aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/double_select.tpl
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-09-26 21:47:46 +0000
committerrub <rub@piwigo.org>2008-09-26 21:47:46 +0000
commitadb799fc4606e91a712adc9c914dd281b3b397b4 (patch)
treead7eff35c06fa76c27a939e88ec929f1357377e3 /admin/template/goto/double_select.tpl
parent3e96d7816bea5eb242e59a3d353641c8eef91631 (diff)
jQuery use.
All admin categoryList are resizable. All admin teataera are autogrow. On call for all resize application. git-svn-id: http://piwigo.org/svn/trunk@2603 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/template/goto/double_select.tpl19
1 files changed, 0 insertions, 19 deletions
diff --git a/admin/template/goto/double_select.tpl b/admin/template/goto/double_select.tpl
index 43414505c..aeed8500a 100644
--- a/admin/template/goto/double_select.tpl
+++ b/admin/template/goto/double_select.tpl
@@ -18,22 +18,3 @@
</td>
</tr>
</table>
-
-{literal}
-<script type="text/javascript">
-jQuery().ready(function(){
- jQuery(".doubleSelect SELECT.categoryList").resizable({
- handles: "w,e",
- knobHandles: false,
- animate: true,
- animateDuration: "slow",
- animateEasing: "swing",
- preventDefault: true,
- preserveCursor: true,
- autoHide: true,
- ghost: true
-
- });
-});
-</script>
-{/literal} \ No newline at end of file