mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 17:10:41 +00:00
Fix expert mode automatic activation
This commit is contained in:
@ -59,6 +59,6 @@ function queryRenderResults(payload) {
|
||||
}
|
||||
// inital expert mode check and activation
|
||||
if (expertModeSwitchElement.checked) {
|
||||
results.resultsList.expertModeOn();
|
||||
results.resultsList.expertModeOn("query-display");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user