summaryrefslogtreecommitdiffstats
path: root/static/functions/upload.js
diff options
context:
space:
mode:
authorGit <git@what.cd>2012-04-19 08:00:35 +0000
committerGit <git@what.cd>2012-04-19 08:00:35 +0000
commitd456d38b93a20ae351afc9eaf17c23a95ba36640 (patch)
tree736bbbe6d1a637cdfcb755e037bb68683eb014f4 /static/functions/upload.js
parent8835e3195465664750cfb13437e46082e03470aa (diff)
downloadGazelle-d456d38b93a20ae351afc9eaf17c23a95ba36640.zip
Gazelle-d456d38b93a20ae351afc9eaf17c23a95ba36640.tar.gz
Gazelle-d456d38b93a20ae351afc9eaf17c23a95ba36640.tar.bz2
Empty commit
Diffstat (limited to 'static/functions/upload.js')
-rw-r--r--static/functions/upload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/functions/upload.js b/static/functions/upload.js
index c072286..36e2191 100644
--- a/static/functions/upload.js
+++ b/static/functions/upload.js
@@ -179,7 +179,7 @@ function Media() {
var ArtistCount = 1;
function AddArtistField() {
- if(ArtistCount >= 100) { return; }
+ if(ArtistCount >= 200) { return; }
var ArtistField = document.createElement("input");
ArtistField.type = "text";
ArtistField.id = "artist";