Changeset 4450
- Timestamp:
- 01/14/08 21:59:24 (1 year ago)
- Files:
-
- 1 modified
-
trunk/ui/current/ui.accordion.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/current/ui.accordion.js
r4425 r4450 180 180 181 181 // if animations are still active, or the active header is the target, ignore click 182 if (running || (settings.alwaysOpen && clickedActive) || !clicked.is(settings.header))182 if (running || (settings.alwaysOpen && clickedActive)) 183 183 return false; 184 if (!clicked.is(settings.header)) 185 return; 184 186 185 187 // switch classes
