We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e4ef9 commit e1d976dCopy full SHA for e1d976d
index.html
@@ -596,7 +596,7 @@
596
}
597
m_ahash=m_ahash.toString();
598
g_ahash=g_ahash.toString();
599
- console.log(m_hash+" "+g_hash+"<- actual calc");
+ console.log(m_ahash+" "+g_ahash+"<- actual calc");
600
if((m_hash==m_ahash)&&(g_hash==g_ahash)){
601
document.getElementById("sa_text").innerHTML="Success"
602
m=parseInt(m_save);
0 commit comments