Rows in dhtml_menu.js:
$(submenu).hide('fast');
and
$(submenu).show('fast');
should be changed to
$(submenu).hide('fast', Drupal.dhtmlMenu.cookieSet);
and
$(submenu).show('fast', Drupal.dhtmlMenu.cookieSet);

(but i think this bug occurs only because of disabled unload event in my browser)

Comments

brmassa’s picture

Assigned: Unassigned » brmassa
Status: Active » Fixed

greenmother,

yep. Its because of

But there is also no reason to unload the function, so im removing it too.

regards,

massa

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.