diff --git a/sections/forums/newthread.php b/sections/forums/newthread.php index 2267be11..aee5bb7d 100644 --- a/sections/forums/newthread.php +++ b/sections/forums/newthread.php @@ -46,7 +46,7 @@ #XXXXXX - by + by Just now diff --git a/static/functions/requests.js b/static/functions/requests.js index 6e06f85f..062d846d 100644 --- a/static/functions/requests.js +++ b/static/functions/requests.js @@ -79,7 +79,7 @@ function Calculate() { function AddArtistField() { var ArtistCount = document.getElementsByName("artists[]").length; - if (ArtistCount >= 100) { return; } + if (ArtistCount >= 200) { return; } var ArtistField = document.createElement("input"); ArtistField.type = "text"; ArtistField.id = "artist"; diff --git a/static/functions/upload.js b/static/functions/upload.js index c0722869..36e21917 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";