Skip to content

Commit e1d976d

Browse files
authored
debugging-part II
1 parent d7e4ef9 commit e1d976d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596
}
597597
m_ahash=m_ahash.toString();
598598
g_ahash=g_ahash.toString();
599-
console.log(m_hash+" "+g_hash+"<- actual calc");
599+
console.log(m_ahash+" "+g_ahash+"<- actual calc");
600600
if((m_hash==m_ahash)&&(g_hash==g_ahash)){
601601
document.getElementById("sa_text").innerHTML="Success"
602602
m=parseInt(m_save);

0 commit comments

Comments
 (0)