Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/22/2011 03:02:58 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Prevent forum index from jumping when #new-topic-post is hidden by JS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/forums/index.php

    r3810 r3828  
    3232        <?php do_action( 'bp_before_new_topic_form' ); ?>
    3333
    34         <div id="new-topic-post">
     34        <div id="new-topic-post" style="display: none;">
    3535
    3636            <?php if ( is_user_logged_in() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.