Ticket #7443: 7443.js.patch
File 7443.js.patch, 641 bytes (added by , 7 years ago) |
---|
-
src/bp-templates/bp-legacy/js/buddypress.js
1397 1397 return false; 1398 1398 } ); 1399 1399 1400 // Fix hidden group visibility with themes using the .hidden CSS rule. 1401 jq('#groups-list li.hidden').each(function() { 1402 if ( jq(this).css('display') === 'none' ) { 1403 jq(this).css('cssText', 'display: list-item !important'); 1404 } 1405 }); 1406 1400 1407 /** Button disabling ************************************************/ 1401 1408 1402 1409 jq('#buddypress').on( 'click', '.pending', function() {