Skip to:
Content

BuddyPress.org

Ticket #1959: return.diff

File return.diff, 411 bytes (added by rvenable, 15 years ago)
  • bp-default/_inc/global.js

     
    476476        /* The search form on all directory pages */
    477477        j('div.dir-search').click( function(event) {
    478478                if ( j(this).hasClass('no-ajax') )
    479                         return false;
     479                        return;
    480480
    481481                var target = j(event.target);
    482482