diff --git a/main.html b/main.html index 1c5c1b35..88320b86 100755 --- a/main.html +++ b/main.html @@ -3,8 +3,7 @@ - - + diff --git a/main.js b/main.js index 8e85a983..c91dd86a 100644 --- a/main.js +++ b/main.js @@ -238,20 +238,6 @@ $(document).ready(function () { googleAnalyticsConfig.setTrackingPermitted(check); }); - // CSS switch TEST -var css = $("#default"); -$("div#options-window #remove").click(function(){ - css.remove(); -}); - -$("div#options-window #restore").click(function(){ - $("head").append(css); -}); - // CSS switch TEST END - - - - function close_and_cleanup(e) { if (e.type == 'click' && !$.contains($('div#options-window')[0], e.target) || e.type == 'keyup' && e.keyCode == 27) { $(document).unbind('click keyup', close_and_cleanup); diff --git a/tabs/options.html b/tabs/options.html index cd289199..bf5d9d93 100644 --- a/tabs/options.html +++ b/tabs/options.html @@ -4,8 +4,3 @@
- \ No newline at end of file