diff options
| author | timb <opuscule@gmail.com> | 2015-08-11 11:57:41 -0700 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2015-08-11 11:57:41 -0700 |
| commit | 1cedc0db871443254b63db97e41c86b0848da44a (patch) | |
| tree | 1ea592be483fa1a9c040dcfd5ff57e4e789dd24e /js | |
| parent | 4f655ddbae201aecfac7965b91ae1d155d4a0594 (diff) | |
forgot to hide warning
Diffstat (limited to 'js')
| -rw-r--r-- | js/clipboard.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/clipboard.js b/js/clipboard.js index 577c695..41019a2 100644 --- a/js/clipboard.js +++ b/js/clipboard.js @@ -220,6 +220,8 @@ var clipboard = (function () { } if (output.cutoff){ cutoff_warning_el.style.display = 'block' + } else { + cutoff_warning_el.style.display = 'none' } import_textarea.value = output clipboard.focus() |
