javascript - How to remove second library of jquery loading with Drupal installation -


question: can tell me why second version of jquery appears loading drupal installation? , how remove it?

repro: if view source code of nova home page notice 3 js files in header. first 1 jquery 1.10.2 , third 1 jquery v1.11.2.

why: want optimize , consolidate code as possible.

details:

link: http://119.9.25.149/

user: wpguest

password: wpguest

i running jquery update module if makes difference.(https://www.drupal.org/project/jquery_update)

i can see 3 jquery files.

one coming jquery update should stay.

there 2 jquery files added via boostrap_nova theme removed. these may have been added:

  • in html.tpl.php template file
  • in template.php
  • in theme's .info file

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -