summaryrefslogtreecommitdiff
path: root/ext/bg/js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-11-09 12:43:22 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2019-11-09 12:43:22 +0200
commitcf0bb0a9e22bc5dee47d9a4d8b844c0ca67c0269 (patch)
treeddcde1f7f3eba296bf6e7df65875edb40c359984 /ext/bg/js
parent177fad56b5d1d3165d0b8f755b935e8b953c7dff (diff)
enable custom CSS on search page
Diffstat (limited to 'ext/bg/js')
-rw-r--r--ext/bg/js/search.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js
index dbfcb15d..290830f4 100644
--- a/ext/bg/js/search.js
+++ b/ext/bg/js/search.js
@@ -292,10 +292,6 @@ class DisplaySearch extends Display {
return this.optionsContext;
}
- setCustomCss() {
- // No custom CSS
- }
-
setIntroVisible(visible, animate) {
if (this.introVisible === visible) {
return;