diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip index ab736ff..0feb034 100644 Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ diff --git a/src/js/vendor/docsearch.bundle.js b/src/js/vendor/docsearch.bundle.js index 0bf40b5..4d16f5e 100644 --- a/src/js/vendor/docsearch.bundle.js +++ b/src/js/vendor/docsearch.bundle.js @@ -128,7 +128,7 @@ window.localStorage.setItem(SEARCH_FILTER_ACTIVE_KEY, e.target.checked) } if (e.path[1].className === 'filter1 checkbox1') { - window.localStorage.setItem(SEARCH_FILTER_ACTIVE_KEY1, e.target.checked) + //window.localStorage.setItem(SEARCH_FILTER_ACTIVE_KEY1, e.target.checked) } isClosed(this) ? this.$input.focus() : requery.call(this) }