Using a function like this

function phptemplate_preprocess_page(&$vars) {
  $scripts = drupal_add_js();
  unset($scripts['module']['sites/default/files/js/jquery-min.js']);
  unset($scripts['module']['js_file.js']);
  $vars['scripts'] = drupal_get_js('header', $scripts);  
}

to remove js files won't work when this module is enabled.

Comments

karljohann’s picture

Priority: Major » Normal

This seems to be "fixed" in the dev version, the jquery update does however not work then...

karljohann’s picture

Priority: Normal » Major
hansyg’s picture

Priority: Normal » Major

I would love to see this fixed

Anonymous’s picture

Running into this as well. Is it safe to say that this module is abandoned? No releases since 2010 is a pretty long time to keep this bug going.

kenorb’s picture

marinex’s picture

Issue summary: View changes

Hi you must implement hook_theme_registry_alter here is nice guide remove-or-replace-jscss-page