summaryrefslogtreecommitdiff
path: root/static/files/dyna.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/files/dyna.js')
-rw-r--r--static/files/dyna.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/files/dyna.js b/static/files/dyna.js
index 01cd13b1..957cbc3c 100644
--- a/static/files/dyna.js
+++ b/static/files/dyna.js
@@ -647,7 +647,8 @@ function scrGenerateTR(i) {
else
r += 'Add screenshot</b>'
+'<input type="file" name="scrAddFile'+i+'" id="scrAddFile'+i+'" style="float: none; height: auto; width: auto;" />'
- +'<input type="button" value="Upload!" style="float: none; height: auto; width: auto; display: inline;" onclick="scrUpload('+i+')" />';
+ +'<input type="button" value="Upload!" style="float: none; height: auto; width: auto; display: inline;" onclick="scrUpload('+i+')" /><br />'
+ +'Image must be smaller than 5MB and in PNG or JPEG format.';
}
if(scrL[i].load && scrL[i].load == 1)
r += 'Uploading...</b>This could take a while, depending on the file size and your upload speed.<br />'