I believe the bug Shirley has been seeing is finally fixed. The problem is that an extra comma at the end of a javascript object literal blows up in IE7. FF and IE8 both handle it fine, which is why we hadn't noticed. Hopefully, this change includes all areas which had the extra comma.
git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@842 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -74,9 +74,9 @@ jQuery(document).ready(function(){
|
||||
jQuery("#sidemenu").accordion
|
||||
({ fillSpace : true,
|
||||
event : "click hoverintent",
|
||||
animated : "bounceslide",
|
||||
animated : "bounceslide"
|
||||
JSCB
|
||||
. (isset($active_section) ? "\tactive : $active_section,\n" : '') .
|
||||
. (isset($active_section) ? ",\n\t active : $active_section\n" : '') .
|
||||
<<<JSCB
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user