Update jQuery to 1.5 and jQuery UI to 1.8.9

git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2011-02-11 15:57:04 +00:00
commit d37ec3ddfd
222 changed files with 25007 additions and 5255 deletions

View file

@ -902,7 +902,7 @@ class ScriptLoader
private static $known_paths = array(
'core.scripts' => 'themes/default/js/scripts.js',
'jquery' => 'themes/default/js/jquery.min.js',
'jquery.ui' => 'themes/default/js/ui/packed/ui.core.packed.js'
'jquery.ui' => 'themes/default/js/jquery.ui.min.js'
);
function __construct()