diff options
Diffstat (limited to 'admin/themes/default/template/cat_list.tpl')
-rw-r--r-- | admin/themes/default/template/cat_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 66adba4bf..02b45eb30 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -12,7 +12,7 @@ jQuery(document).ready(function(){ jQuery("#notManualOrder").hide(); jQuery("#formAutoOrder").hide(); jQuery("#formCreateAlbum").hide(); - }, + } }); jQuery("#categoryOrdering").submit(function(){ |