notification for gallery upload
This commit is contained in:
parent
f384525d29
commit
1ed97f0940
|
@ -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>
|
Loading…
Reference in New Issue