remove unused function

pull/593/head
Cory LaViska 2021-11-18 08:00:28 -05:00
rodzic 8fd8087370
commit 2f2709abc6
1 zmienionych plików z 0 dodań i 1 usunięć
docs/assets/plugins/theme-picker

Wyświetl plik

@ -73,7 +73,6 @@
event.preventDefault();
setTheme(isDark() ? 'light' : 'dark');
show();
}
});