diff options
author | rvelices <rv-github@modusoptimus.com> | 2009-08-07 04:53:38 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2009-08-07 04:53:38 +0000 |
commit | 3181f9002850372acfdf1266da19f1eb9086ab0b (patch) | |
tree | 1a0f1767e04c9a52a67b3f404b941c9d791dd78d /admin/template/goto/plugins_update.tpl | |
parent | 8caad629e66a80a6b4884640989cc17d5d44e4ea (diff) |
merge r3722 from trunk
- 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/branches/2.0@3723 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/plugins_update.tpl')
-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 cae800f85..e95f98ad6 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -1,6 +1,5 @@ {* $Id$ *} {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"> |