diff options
| author | pitu <[email protected]> | 2017-01-14 19:46:37 -0300 |
|---|---|---|
| committer | pitu <[email protected]> | 2017-01-14 19:46:37 -0300 |
| commit | 9facd5215b4734c4298a98621c1b97a883ca9277 (patch) | |
| tree | 652796d61d8b55d730e99f77156d3302c3e51271 | |
| parent | Changed header image on readme (diff) | |
| download | host.fuwn.me-9facd5215b4734c4298a98621c1b97a883ca9277.tar.xz host.fuwn.me-9facd5215b4734c4298a98621c1b97a883ca9277.zip | |
last fix for now
| -rw-r--r-- | public/js/upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/upload.js b/public/js/upload.js index a9e4117..488ca3a 100644 --- a/public/js/upload.js +++ b/public/js/upload.js @@ -50,7 +50,7 @@ window.onload = function () { a = document.createElement('a'); a.href = response.url; a.target = '_blank'; - a.innerHTML = response.filename; + a.innerHTML = response.url; file.previewTemplate.querySelector(".progress").style.display = 'none'; file.previewTemplate.querySelector(".link").appendChild(a); |