From 2f2709abc6e87366d0adda25ea2243cd80714d04 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 18 Nov 2021 08:00:28 -0500 Subject: [PATCH] remove unused function --- docs/assets/plugins/theme-picker/theme-picker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/assets/plugins/theme-picker/theme-picker.js b/docs/assets/plugins/theme-picker/theme-picker.js index bce337ef4..95fe7c741 100644 --- a/docs/assets/plugins/theme-picker/theme-picker.js +++ b/docs/assets/plugins/theme-picker/theme-picker.js @@ -73,7 +73,6 @@ event.preventDefault(); setTheme(isDark() ? 'light' : 'dark'); - show(); } });