Changeset 11613
- Timestamp:
- 06/23/2017 05:44:46 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js (modified) (1 diff)
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)