mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Fix expert mode automatic activation
This commit is contained in:
parent
c7f7036306
commit
beba4c1558
@ -59,6 +59,6 @@ function queryRenderResults(payload) {
|
||||
}
|
||||
// inital expert mode check and activation
|
||||
if (expertModeSwitchElement.checked) {
|
||||
results.resultsList.expertModeOn();
|
||||
results.resultsList.expertModeOn("query-display");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user