Changeset 1573:538469369fa5 for admin/js
- Timestamp:
- 08/25/13 11:01:04 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r1563 r1573 176 176 o.click(function() { 177 177 $(this).nextAll().each(function() { 178 if ($(this).is('h 3')) {178 if ($(this).is('h4')) { 179 179 return false; 180 180 } … … 196 196 this.find('>hr').remove(); 197 197 198 this.find('h 3').each(function() { textToggler($(this)); });199 this.find('h 3:first').nextAll('*:not(h3)').hide();198 this.find('h4').each(function() { textToggler($(this)); }); 199 this.find('h4:first').nextAll('*:not(h4)').hide(); 200 200 sizeBox(); 201 201
Note: See TracChangeset
for help on using the changeset viewer.