By gnosis.kv on
I suddenly found, the did not work in my block content call (drupal_add_js(both "module" and "inline"). Probably it is caused by D5.7 to D.5.8 upgrading.
Anybody got idea how to fix it?
I suddenly found, the did not work in my block content call (drupal_add_js(both "module" and "inline"). Probably it is caused by D5.7 to D.5.8 upgrading.
Anybody got idea how to fix it?
Comments
Yes, as I tested, it's
Yes, as I tested, it's caused by the block.module upgrading by Drupal5.8.
After rollback to the block.module of D5.7, drupal_add_js works again in block.
Need further investigation.
I can confirm I'm having
I can confirm I'm having this problem as well since the upgrade from 5.7 to 5.8. All
drupal_add_jscalls in blocks are not working. Will rollback the block.module to 5.7.