Needs work
Project:
Mobile jQuery Theme
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2012 at 01:42 UTC
Updated:
11 May 2012 at 06:42 UTC
This theme and the suggested jquerymobile theme both use drupal_add_js to include jquery files.
I assume that theme should theme, and leave the jquery includes to the module if it exists.
| Comment | File | Size | Author |
|---|---|---|---|
| eliminate_duplicate_includes_if_jquerymobile_module_exists.patch | 1.33 KB | jhr |
Comments
Comment #1
jhr commentedThe module also adds this file, but does it check to see if it should be included?
drupal_add_css('http://code.jquery.com/mobile/1.0.1/jquery.mobile.structure-1.0.1.min.css', array_merge($css_options, array('weight' => 100)));