mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
committed by
Kevin Barabash
parent
d01c73c312
commit
a7351ffc81
@@ -5,7 +5,7 @@ function init() {
|
||||
|
||||
if ("oninput" in input) {
|
||||
input.addEventListener("input", reprocess, false);
|
||||
} else {
|
||||
} else if (input.attachEvent) {
|
||||
input.attachEvent("onkeyup", reprocess);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user