Closed (fixed)
Project:
Dynamic Persistent Menu
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2009 at 18:59 UTC
Updated:
10 Aug 2009 at 20:10 UTC
Drupal 6.12
I turned off block caching for the fix, so this is FYI for someone.
drupal_add_js("overMenuDefault = 'dynamic-persistent-menu-sub-menu". $over_menu_default ."';", 'inline');
drupal_add_js("subMenuTimeout = $timeout;", 'inline');
drupal_add_js(drupal_get_path('module', 'dynamic_persistent_menu') .'/dynamic_persistent_menu.js');
Comments
Comment #1
yrocq commentedFixed in the DRUPAL-6--1 branch. I changed the code so that dsm blocks are never put in cache because it causes lot of problems (i18n, etc.)