wclib commit
authorArt Cancro <ajc@citadel.org>
Tue, 29 Nov 2005 20:51:28 +0000 (20:51 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 29 Nov 2005 20:51:28 +0000 (20:51 +0000)
webcit/static/wclib.js

index 2464fff089c58586d989355d395310fd71cc7adf..f4f32e7a0c9c019c62a6eea995609401e5b788a2 100644 (file)
@@ -373,5 +373,6 @@ function expand_floor(floor_div) {
 }
 
 function switch_to_menu_buttons() {
+       which_div_expanded = null;
        new Ajax.Updater('iconbar', 'iconbar_ajax_menu', { method: 'get' } );
 }