From 39091f9703c00bcadd369b1c710c75905ff47c2e Mon Sep 17 00:00:00 2001 From: timb Date: Mon, 10 Aug 2015 02:25:25 -0700 Subject: conform code to okf style guidelines --- js/clipboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') 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() }, -- cgit v1.2.3-70-g09d2