In case of use theme in pair with twitter_bootstrap_ui module default bootstrap.js from theme info file also will be tried to load.
There is a patch in attachment.
Idea of patch is to remove twitter_bootstrap_ui library load from html preprocess and move it to js_alter implementation.
It make possible to exclude default js if twitter_bootstrap_ui available.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wiifm’s picture

Priority: Normal » Major
Status: Active » Reviewed & tested by the community
FileSize
1.45 KB

Patch applied cleanly when using patch -p2 < [patchfile]

Have re-rolled the patch with the correct path, so hopefully drush make will like it.

This needs to be committed ASAP, works as described as stops the duplicate request (that always returns a 404) for the bootstrap.js file.

wundo’s picture

Status: Reviewed & tested by the community » Fixed

Fixed, thanks!

Status: Fixed » Closed (fixed)

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

andregriffin’s picture

Project: Twitter's Bootstrap » Bootstrap