diff options
author | rvelices <rv-github@modusoptimus.com> | 2009-08-07 04:50:35 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2009-08-07 04:50:35 +0000 |
commit | ee2bb5a7091ea024d7265144828447acd2f78bf6 (patch) | |
tree | ac9301f17643004102adc4361739d9a144ecd0d6 /admin/template/goto/plugins_update.tpl | |
parent | 513b3e0bd61b094a1535183f4b734a38b6ddf27f (diff) |
- comment a css rule in admin page (was making Firefox very slow on form controls activation
- remove usage of jquery.dimensions because not required
git-svn-id: http://piwigo.org/svn/trunk@3722 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/plugins_update.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl index c0b1c5332..efc5acaa3 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -1,5 +1,4 @@ {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} -{known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"} {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"} <script type="text/javascript"> |