mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Fix wrong expert mode check
This commit is contained in:
parent
99e82a1cc3
commit
2aca966d13
@ -57,7 +57,7 @@ function queryRenderResults(payload) {
|
|||||||
activateInspect();
|
activateInspect();
|
||||||
}
|
}
|
||||||
// inital expert mode check and activation
|
// inital expert mode check and activation
|
||||||
if (expertModeSwitchElement) {
|
if (expertModeSwitchElement.checked) {
|
||||||
let initialTokenElements = document.getElementsByClassName("token");
|
let initialTokenElements = document.getElementsByClassName("token");
|
||||||
expertModeOn(initialTokenElements, resultsJSON);
|
expertModeOn(initialTokenElements, resultsJSON);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user