removed unused code

The LaTeX conlang class has been added to my dotspacemacs instead
This commit is contained in:
Phuntsok Drak-pa
2019-09-03 16:36:41 +02:00
parent d8dc7b7649
commit 3567ae5d5b
2 changed files with 1 additions and 16 deletions

View File

@@ -3,6 +3,7 @@
window.onload = function() {
reorganize_html();
create_theme_switcher();
console.log("JS loaded!");
};
function reorganize_html() {
@@ -28,9 +29,7 @@ function create_theme_switcher() {
// switch CSS files and button icon, set new cookie on theme switcher click
$('.themeBtn').click(function() {
console.log("Theme change");
var light = !isThemeLight();
console.log(light);
$("#theme").first().attr('href', './css/'
.concat(light ? 'light' : 'dark')
.concat('.css'));