Changeset 6033
- Timestamp:
- 05/14/2012 04:05:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/global.js
r6003 r6033 10 10 /* Hide Forums Post Form */ 11 11 if ( '-1' == window.location.search.indexOf('new') && jq('div.forums').length ) 12 jq(' div#new-topic-post').hide();12 jq('#new-topic-post').hide(); 13 13 else 14 jq(' div#new-topic-post').show();14 jq('#new-topic-post').show(); 15 15 16 16 /* Activity filter and scope set */
Note: See TracChangeset
for help on using the changeset viewer.