You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.getElementById('debug').innerHTML+="<h1>Drawing with <a href='https://www.mathjax.org/'>MathJax.js</a> rendering</h1>";
48
+
document.getElementById('caption').innerHTML="<h1>Drawing with <a href='https://www.mathjax.org/'>MathJax.js</a> rendering</h1>";
51
49
else
52
-
document.getElementById('debug').innerHTML+="<h1>Drawing without <a href='https://www.mathjax.org/'>MathJax.js</a> rendering</h1>";
50
+
document.getElementById('caption').innerHTML="<h1>Drawing without <a href='https://www.mathjax.org/'>MathJax.js</a> rendering</h1>";
53
51
54
-
document.getElementById('debug').innerHTML+="<h3>JavaScript ROOT version "+JSROOT.version+"</h3>";
52
+
document.getElementById('debug').innerHTML="<h3>JavaScript ROOT version <font color='green'>"+JSROOT.version+"</font> from <a href='"+JSROOT.source_dir+"index.htm'>"+JSROOT.source_dir+"</a></h3>";
0 commit comments