s4

changeset 944:3891edb19b0b

Reference error fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 25 Oct 2021 23:14:53 +0900
parents b8d09525a0b4
children 29342754a2d0
files s4-main.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-main.js	Mon Oct 25 23:00:23 2021 +0900
     1.2 +++ b/s4-main.js	Mon Oct 25 23:14:53 2021 +0900
     1.3 @@ -176,7 +176,7 @@
     1.4  	    }, 100);
     1.5  	    cnt++;
     1.6  	}
     1.7 -	if (MathJax.typesetPromise) {
     1.8 +	if (MathJax && MathJax.typesetPromise) {
     1.9  	    MathJax.typesetPromise(); // MathJax v3
    1.10  	}
    1.11  	console.log("Update "+cnt+"rows");