diff options
| author | timb <opuscule@gmail.com> | 2015-08-10 02:25:25 -0700 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2015-08-10 02:25:25 -0700 |
| commit | 39091f9703c00bcadd369b1c710c75905ff47c2e (patch) | |
| tree | df9703503d145a04c5ceff640f8c89f63b18428b /js/clipboard.js | |
| parent | a1ee161556ca2c94bfce7ea442624617dfa20de0 (diff) | |
conform code to okf style guidelines
Diffstat (limited to 'js/clipboard.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() }, |
