Automoderated users, Bureaucrats, checkuser, developer, Interface administrators, Moderators, Administrators
681
edits
No edit summary |
No edit summary |
||
Line 116: | Line 116: | ||
nodes.$leftNavigation.animate( animations.leftNavigation, duration); | nodes.$leftNavigation.animate( animations.leftNavigation, duration); | ||
$("#collsidebar").css("transform", "rotate( | $("#collsidebar").css("transform", "rotate(0deg)"); | ||
state = "collapsed"; | state = "collapsed"; | ||
Line 154: | Line 154: | ||
nodes.$leftNavigation.animate( animations.leftNavigation, duration ); | nodes.$leftNavigation.animate( animations.leftNavigation, duration ); | ||
$("#collsidebar").css("transform", "rotate( | $("#collsidebar").css("transform", "rotate(180deg)"); | ||
state = "expanded"; | state = "expanded"; |
edits