aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/include/resize.inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/template/goto/include/resize.inc.tpl')
-rw-r--r--admin/template/goto/include/resize.inc.tpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/admin/template/goto/include/resize.inc.tpl b/admin/template/goto/include/resize.inc.tpl
deleted file mode 100644
index aebb9f6c5..000000000
--- a/admin/template/goto/include/resize.inc.tpl
+++ /dev/null
@@ -1,22 +0,0 @@
-{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
-{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/packed/ui.core.packed.js"}
-{known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"template-common/lib/ui/packed/ui.resizable.packed.js"}
-
-{* Resize possible *}
-{literal}
-<script type="text/javascript">
- jQuery().ready(function(){
- // Resize possible for list
- jQuery(".categoryList").resizable({
- handles: "all",
- animate: true,
- animateDuration: "slow",
- animateEasing: "swing",
- preventDefault: true,
- preserveCursor: true,
- autoHide: true,
- ghost: true
- });
- });
-</script>
-{/literal}