From 7c5c7397d944bd85fb332da9c5c484fdd15078df Mon Sep 17 00:00:00 2001 From: patdenice Date: Sun, 6 Mar 2011 09:46:00 +0000 Subject: bug:2214 Update jQuery to 1.5.1 and cluetip to 1.0.7. Now cluetip work on IE9. git-svn-id: http://piwigo.org/svn/trunk@9553 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/intro.tpl | 2 +- admin/themes/default/template/languages_new.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'admin') diff --git a/admin/themes/default/template/intro.tpl b/admin/themes/default/template/intro.tpl index 242f73183..aa744ac48 100644 --- a/admin/themes/default/template/intro.tpl +++ b/admin/themes/default/template/intro.tpl @@ -1,4 +1,4 @@ -{combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'} +{combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'} {footer_script require='jquery.cluetip'} jQuery().ready(function(){ldelim} diff --git a/admin/themes/default/template/languages_new.tpl b/admin/themes/default/template/languages_new.tpl index 2e9db5f91..b73f396c4 100644 --- a/admin/themes/default/template/languages_new.tpl +++ b/admin/themes/default/template/languages_new.tpl @@ -1,4 +1,4 @@ -{combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'} +{combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'} {footer_script require='jquery.cluetip'} jQuery().ready(function(){ldelim} -- cgit v1.2.3