Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-29 10:40:57 +0300
committerGitHub <noreply@github.com>2020-04-29 10:40:57 +0300
commitfa4c567ac4ec6956268a5f4200591ad99ca03f7f (patch)
tree81555f7d5eb4a6cdc9478a9022e8fd1ce9938e99 /src
parent7affd65bba8440cb9fb716d39abefe06a3de6bf4 (diff)
fix(header): header style and search dropdown (#282)
Diffstat (limited to 'src')
-rw-r--r--src/js/theme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/theme.js b/src/js/theme.js
index 66f1ad6..46a2deb 100644
--- a/src/js/theme.js
+++ b/src/js/theme.js
@@ -161,7 +161,7 @@ class Theme {
dropdownMenuContainer: `#search-dropdown-${classSuffix}`,
clearOnSelected: true,
cssClasses: { noPrefix: true },
- // debug: true,
+ debug: true,
}, {
name: 'search',
source: (query, callback) => {