aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/footer.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-26 22:52:29 +0000
committervdigital <vdigital@piwigo.org>2008-09-26 22:52:29 +0000
commit1354e72c9a653bc6f88b33d431db08ea59eecfe2 (patch)
tree19fec668d5486cc5792f3504904789b005e14279 /admin/template/goto/footer.tpl
parentadb799fc4606e91a712adc9c914dd281b3b397b4 (diff)
Restored in double_select.tpl: doubleSelect are jQuery resizable (based on a rub idea).
git-svn-id: http://piwigo.org/svn/trunk@2604 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/footer.tpl')
-rw-r--r--admin/template/goto/footer.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/admin/template/goto/footer.tpl b/admin/template/goto/footer.tpl
index 0bee2b989..29691b701 100644
--- a/admin/template/goto/footer.tpl
+++ b/admin/template/goto/footer.tpl
@@ -42,17 +42,6 @@
jQuery().ready(function(){
// Auto size for all text area
jQuery("TEXTAREA").growfield();
- // All admin categoryList are resizable
- jQuery(".doubleSelect, .categoryList").resizable({
- knobHandles: false,
- animate: true,
- animateDuration: "slow",
- animateEasing: "swing",
- preventDefault: true,
- preserveCursor: true,
- autoHide: true,
- ghost: true
- });
});
</script>
{/literal}