aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-31 03:31:10 -0300
committerPitu <[email protected]>2017-01-31 03:31:10 -0300
commit9cd3846795b15403565e8d92423bb6c6b9dd94d2 (patch)
tree0c24a44b0e2ff9fa87ddeb79f03eb65fae2035eb /public
parentNo more asking token on front if private (diff)
downloadhost.fuwn.me-9cd3846795b15403565e8d92423bb6c6b9dd94d2.tar.xz
host.fuwn.me-9cd3846795b15403565e8d92423bb6c6b9dd94d2.zip
Added FAQ
Diffstat (limited to 'public')
-rw-r--r--public/js/home.js (renamed from public/js/upload.js)1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/upload.js b/public/js/home.js
index 5b5ad6b..cd06cc2 100644
--- a/public/js/upload.js
+++ b/public/js/home.js
@@ -69,6 +69,7 @@ upload.prepareUpload = function(){
document.getElementById('maxFileSize').innerHTML = 'Maximum upload size per file is ' + upload.maxFileSize;
document.getElementById('loginToUpload').style.display = 'none';
+ document.getElementById('loginLinkText').innerHTML = 'Create an account and keep track of your uploads';
document.getElementById('uploadContainer').appendChild(div);
upload.prepareDropzone();