Closed (fixed)
Project:
DHTML Menu
Version:
6.x-1.04
Component:
Javascript code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Apr 2008 at 13:49 UTC
Updated:
18 Apr 2008 at 23:04 UTC
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
Comment #1
brmassa commentedgreenmother,
yep. Its because of
But there is also no reason to unload the function, so im removing it too.
regards,
massa
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.