diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/clipboard.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/clipboard.js b/js/clipboard.js index d6e5c4e..29c4ecc 100644 --- a/js/clipboard.js +++ b/js/clipboard.js @@ -41,7 +41,7 @@ var clipboard = (function () { import_mode: function () { focus() clipboard.importing = true - gallery_wrapper.style.display = 'none' + gallery_rapper.style.display = 'none' format_el.style.display = 'none' import_buttons.style.display = "inline" import_textarea.value = "" @@ -51,7 +51,7 @@ var clipboard = (function () { clipboard.importing = false import_buttons.style.display = "none" format_el.style.display = 'inline' - gallery_wrapper.style.display = 'inline' + gallery_rapper.style.display = 'inline' clipboard.export_data() }, |
