notification for gallery upload

This commit is contained in:
Harry Bomrah 2017-04-17 20:38:08 +08:00
parent f384525d29
commit 1ed97f0940
1 changed files with 3 additions and 0 deletions

View File

@ -30,4 +30,7 @@
ext = t[t.length - 1];
return (ext == "xls" || ext == "xlsx")
}
<% if params[:error] == "1" %>
alert("More than 200 rows present.");
<% end %>
</script>