Skip to content

Commit 74065b8

Browse files
authored
fixed i think
1 parent e1d976d commit 74065b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,12 @@
596596
}
597597
m_ahash=m_ahash.toString();
598598
g_ahash=g_ahash.toString();
599+
if(parseInt(m_ahash)<10){
600+
m_ahash="0"+m_ahash;
601+
}
602+
if(parseInt(g_ahash)<10){
603+
g_ahash="0"+g_ahash;
604+
}
599605
console.log(m_ahash+" "+g_ahash+"<- actual calc");
600606
if((m_hash==m_ahash)&&(g_hash==g_ahash)){
601607
document.getElementById("sa_text").innerHTML="Success"

0 commit comments

Comments
 (0)