From ef466ac47c16b280847ac10d0217c07fde7c2e29 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 26 Nov 2013 23:33:24 +0100 Subject: [PATCH] [+] CORE : Merg of https://github.com/PrestaShop/PrestaShop/pull/775 --- classes/Media.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/Media.php b/classes/Media.php index f58889220..4b3ae32e1 100755 --- a/classes/Media.php +++ b/classes/Media.php @@ -45,6 +45,7 @@ class MediaCore 'ui.tabs' => array('fileName' => 'jquery.ui.tabs.min.js', 'dependencies' => array('ui.core', 'ui.widget'), 'theme' => true), 'ui.datepicker' => array('fileName' => 'jquery.ui.datepicker.min.js', 'dependencies' => array('ui.core'), 'theme' => true), 'ui.progressbar' => array('fileName' => 'jquery.ui.progressbar.min.js', 'dependencies' => array('ui.core', 'ui.widget'), 'theme' => true), + 'ui.tooltip' => array('fileName' => 'jquery.ui.tooltip.min.js', 'dependencies' => array('ui.core', 'ui.widget','ui.position','effects.core'), 'theme' => true), 'effects.core' => array('fileName' => 'jquery.effects.core.min.js', 'dependencies' => array(), 'theme' => false), 'effects.blind' => array('fileName' => 'jquery.effects.blind.min.js', 'dependencies' => array('effects.core'), 'theme' => false), 'effects.bounce' => array('fileName' => 'jquery.effects.bounce.min.js', 'dependencies' => array('effects.core'), 'theme' => false),