[matrix] Refactor JS & add searchbar to mobile.

This commit is contained in:
Josh
2020-08-30 09:17:44 +10:00
committed by GitHub
parent 2d441cc533
commit 3ce7ab2fc4
7 changed files with 332 additions and 229 deletions

View File

@ -244,6 +244,7 @@ html_search_scorer = '_static/scorer.js'
html_js_files = [
'custom.js',
'settings.js',
'copy.js',
'sidebar.js'
]