diff options
author | Git <git@what.cd> | 2012-04-19 08:00:35 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2012-04-19 08:00:35 +0000 |
commit | d456d38b93a20ae351afc9eaf17c23a95ba36640 (patch) | |
tree | 736bbbe6d1a637cdfcb755e037bb68683eb014f4 /static/functions/upload.js | |
parent | 8835e3195465664750cfb13437e46082e03470aa (diff) | |
download | Gazelle-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.js | 2 |
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"; |