From d5549a0bff5e6bf02ad2314b77e611e9d12303dd Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 16 Dec 2010 06:09:14 +0000 Subject: jquery upgrade to 1.4.4 git-svn-id: http://piwigo.org/svn/trunk@8162 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/include/datepicker.inc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/themes/default/template/include/datepicker.inc.tpl') diff --git a/admin/themes/default/template/include/datepicker.inc.tpl b/admin/themes/default/template/include/datepicker.inc.tpl index 9ed13e3fe..71ce3ae18 100644 --- a/admin/themes/default/template/include/datepicker.inc.tpl +++ b/admin/themes/default/template/include/datepicker.inc.tpl @@ -1,4 +1,4 @@ -{combine_script id='jquery' load='footer' path='themes/default/js/jquery.packed.js'} +{combine_script id='jquery' load='footer' path='themes/default/js/jquery.min.js'} {combine_script id='jquery.ui' load='footer' require='jquery' path='themes/default/js/ui/packed/ui.core.packed.js'} {combine_script id='jquery.ui.datepicker' load='footer' require='jquery.ui' path='themes/default/js/ui/packed/ui.datepicker.packed.js'} {combine_script id='datepicker.js' load='footer' require='jquery.ui.datepicker' path='themes/default/js/datepicker.js'} -- cgit v1.2.3