Changeset 5647
- Timestamp:
- 05/21/08 02:45:20 (8 months ago)
- Files:
-
- 1 modified
-
trunk/ui/ui.accordion.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/ui.accordion.js
r5433 r5647 36 36 options.active = findActive(options.headers, options.active); 37 37 38 // IE7-/Win - Extra vertical space in Lists fixed 39 if ($.browser.msie) { 40 this.element.find('a').css('zoom', '1'); 41 } 42 38 43 if (!this.element.hasClass("ui-accordion")) { 39 44 this.element.addClass("ui-accordion"); … … 200 205 clicked.parent().andSelf().addClass(options.selectedClass); 201 206 } 207 208 //options.active.parent().andSelf().css('zoom', '1'); 209 //clicked.parent().andSelf().css('zoom', '1'); 202 210 203 211 // find elements to show and hide
