diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 21:26:13 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 21:26:13 +1000 |
| commit | f4afd2eb6be4bdf6236c6e410d1c3846f2b6e685 (patch) | |
| tree | d84d2aa47866ab49a13d46c253b07cb6cb26b130 /static/upload.js | |
| parent | 299df65290ef028a997bcfed888b2230ee750f36 (diff) | |
Add some minor UI tweaks
Diffstat (limited to 'static/upload.js')
| -rw-r--r-- | static/upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/upload.js b/static/upload.js index 457f01e..468cae0 100644 --- a/static/upload.js +++ b/static/upload.js @@ -109,7 +109,7 @@ document.addEventListener('DOMContentLoaded', () => { }, false) const labelClicked = (e) => { - if (uploadInProgress === true) { + if (uploadInProgress === true || file != null) { e.preventDefault() return false } |
