diff --git a/switcher.js b/switcher.js index 8fe34f0..39fba2b 100644 --- a/switcher.js +++ b/switcher.js @@ -22,7 +22,7 @@ function on_css_load() { function inline_switcher() { switcher = document.getElementById("switcher"); frameworks_array = frameworks.split(","); - select_open = '\n \n'; dropdown = select_open; for (i = 0; i < frameworks_array.length; i++) { f = frameworks_array[i];