diff options
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/double_select.tpl | 19 |
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 |