From cf0bb0a9e22bc5dee47d9a4d8b844c0ca67c0269 Mon Sep 17 00:00:00 2001 From: siikamiika Date: Sat, 9 Nov 2019 12:43:22 +0200 Subject: enable custom CSS on search page --- ext/bg/js/search.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/bg/js') 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; -- cgit v1.2.3