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

yrocq’s picture

Status: Active » Fixed

Fixed 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.)

Status: Fixed » Closed (fixed)

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