diff options
author | patdenice <patdenice@piwigo.org> | 2011-03-06 09:53:46 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-03-06 09:53:46 +0000 |
commit | 26e415935b9cff0ebc90739315777fb27613f276 (patch) | |
tree | ff615972736d9b9e799ae2a62692190b27d51de0 /admin/themes/default | |
parent | 7c5c7397d944bd85fb332da9c5c484fdd15078df (diff) |
bug:2214
packed cluetip doesn't exist any more for install.
git-svn-id: http://piwigo.org/svn/trunk@9554 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/install.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl index 0953e6d4d..63ddf4676 100644 --- a/admin/themes/default/template/install.tpl +++ b/admin/themes/default/template/install.tpl @@ -159,7 +159,7 @@ input[type="text"]:focus, input[type="password"]:focus, select:focus { </style> {/literal} -{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} |