Page/Search

* always display tab to denote what type was found
This commit is contained in:
Sarjuuk
2018-11-30 18:33:59 +01:00
parent d9cd24026c
commit af7b9f57b0

View File

@@ -32,6 +32,7 @@ class SearchPage extends GenericPage
protected $mode = CACHE_TYPE_SEARCH;
protected $js = ['swfobject.js'];
protected $lvTabs = []; // [file, data, extraInclude, osInfo] // osInfo:[type, appendix, nMatches, param1, param2]
protected $forceTabs = true;
protected $search = ''; // output
protected $invalid = [];