aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-10-18 19:02:52 +0000
committerplegall <plg@piwigo.org>2013-10-18 19:02:52 +0000
commited076b09705159790fca014cc0df6b80e8de7631 (patch)
tree4ea64d1d40080001e88470005b91838f89a562c4 /admin
parent82ba773bedad642d345bf686fe5a1b065c89d9d1 (diff)
bug 2975 fixed: remove useless "," at the end of arrays, because it breaks Internet Explorer 7 :-/
git-svn-id: http://piwigo.org/svn/trunk@24980 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/cat_list.tpl2
-rw-r--r--admin/themes/default/template/photos_add_direct.tpl2
2 files changed, 2 insertions, 2 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(){
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl
index f77d3c8ee..623658e7e 100644
--- a/admin/themes/default/template/photos_add_direct.tpl
+++ b/admin/themes/default/template/photos_add_direct.tpl
@@ -200,7 +200,7 @@ var sizeLimit = Math.round({$upload_max_filesize} / 1024); /* in KBytes */
'level' : jQuery("select[name=level] option:selected").val(),
'upload_id' : upload_id,
'session_id' : session_id,
- 'pwg_token' : pwg_token,
+ 'pwg_token' : pwg_token
}
);