From 065f51fc1ca4f2298698d33bde2835da042221b6 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Mon, 20 Jul 2020 23:38:11 -0400 Subject: [PATCH] Update switcher.js --- switcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];