Closed (fixed)
Project:
jQuery Update
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2013 at 16:41 UTC
Updated:
15 May 2013 at 21:20 UTC
Hi there --
I installed the 7.x-2.x-dev version and then:
drupal_add_library('system', 'ui', true);
drupal_add_library('system', 'ui.tooltip', true);
and I see:
/sites/all/modules/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js
being added, but not the tooltip code. I alternatively tried:
drupal_add_library('jquery_update', 'ui.tooltip', true);
in desperation, since ui.tooltip was introduced in jQuery ui 1.9, but to no avail.
Any idea what I'm missing?
Thanks in advance,
Carlos
Comments
Comment #1
ericduran commentedI just fixed this in the latest dev version.
--
http://drupalcode.org/project/jquery_update.git/commit/dd3d76e
Comment #2
ericduran commentedWhoops wrong status.