diff options
| author | Pitu <[email protected]> | 2017-01-21 16:22:34 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-21 16:22:34 -0300 |
| commit | e9b3ecbd05a2d09f5fac409015d4602764b92722 (patch) | |
| tree | a15b9419e9e17a78d659f71f12eecd20c7e0400f | |
| parent | Reuploaded header image for the 3rd time (diff) | |
| download | host.fuwn.me-e9b3ecbd05a2d09f5fac409015d4602764b92722.tar.xz host.fuwn.me-e9b3ecbd05a2d09f5fac409015d4602764b92722.zip | |
Fixed public upload. Whoopsies
| -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 35208f3..d496e0f 100644 --- a/public/js/upload.js +++ b/public/js/upload.js @@ -8,7 +8,7 @@ upload.checkIfPublic = function(){ axios.get('/api/check') .then(function (response) { - upload.isPublic = response.data.private; + upload.isPrivate= response.data.private; upload.maxFileSize = response.data.maxFileSize; upload.preparePage(); }) |