Changeset 11613
- Timestamp:
- 06/23/2017 05:44:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js
r11606 r11613 1397 1397 return false; 1398 1398 } ); 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 }); 1399 1406 1400 1407 /** Button disabling ************************************************/
Note: See TracChangeset
for help on using the changeset viewer.