Ticket #7944: 7944.patch
File 7944.patch, 547 bytes (added by , 6 years ago) |
---|
-
src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
diff --git src/bp-templates/bp-nouveau/js/buddypress-nouveau.js src/bp-templates/bp-nouveau/js/buddypress-nouveau.js index a0287013f..fbfb23075 100644
window.bp = window.bp || {}; 357 357 } 358 358 359 359 if ( search_terms ) { 360 search_terms = decodeURIComponent( search_terms.replace( /\+/g, ' ' ) ); 360 361 $( '#buddypress [data-bp-search="' + object + '"] input[type=search]' ).val( search_terms ); 361 362 } 362 363 }