Update src/javascript/enhancements/languageDisplay.js

Co-authored-by: kaffem <29717789+kaffem@users.noreply.github.com>
This commit is contained in:
Daniel 2020-10-01 20:08:11 +02:00 committed by GitHub
parent 7e3be1e059
commit c31a1abab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ function updateLanguageDisplayListMode(node) {
return;
}
dopUpdateLanguageDisplay(col, false);
doUpdateLanguageDisplay(col, false);
}
function updateLanguageDisplayBoxMode(node) {
@ -221,4 +221,4 @@ function dopUpdateLanguageDisplay(parent, isBoxedModed) {
})
parent.awpManipulated = true;
}
}