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