Skip to:
Content

BuddyPress.org

Ticket #3821: 3821.03

File 3821.03, 564 bytes (added by hnla, 13 years ago)

remove 'div' from '#new-topic-post'

Line 
1Index: bp-themes/bp-default/_inc/global.js
2===================================================================
3--- bp-themes/bp-default/_inc/global.js (revision 6019)
4+++ bp-themes/bp-default/_inc/global.js (working copy)
5@@ -9,9 +9,9 @@
6 
7        /* Hide Forums Post Form */
8        if ( '-1' == window.location.search.indexOf('new') && jq('div.forums').length )
9-               jq('div#new-topic-post').hide();
10+               jq('#new-topic-post').hide();
11        else
12-               jq('div#new-topic-post').show();
13+               jq('#new-topic-post').show();
14 
15        /* Activity filter and scope set */
16        bp_init_activity();