From 6fc2cd5409a9a48aa47b71a8464be3a4aab34f67 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 23 Sep 2019 14:25:36 +0200 Subject: [PATCH] made css path absolute in Javascript --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index fbab8ef..72b5cf7 100644 --- a/js/main.js +++ b/js/main.js @@ -41,7 +41,7 @@ function create_theme_switcher() { var light = isThemeLight(); $('body').append('
')); - $('head').append('')); // switch CSS files and button icon, set new cookie on theme switcher click