Skip to content

Commit d7e4ef9

Browse files
authored
Update index.html
1 parent 2942101 commit d7e4ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<p>Save code:<br/></p>
230230
<p id="sa_code">000010000000000100<br/></p>
231231
<p>Load code:<br/></p>
232-
<input type="number" id="sa_loadt"></input>
232+
<input type="text" id="sa_loadt"></input>
233233
<button id="sa_loadb">Load</button>
234234
<p id="sa_text">Success</p>
235235
</div>
@@ -597,7 +597,7 @@
597597
m_ahash=m_ahash.toString();
598598
g_ahash=g_ahash.toString();
599599
console.log(m_hash+" "+g_hash+"<- actual calc");
600-
if(m_hash==m_ahash && g_hash==g_ahash){
600+
if((m_hash==m_ahash)&&(g_hash==g_ahash)){
601601
document.getElementById("sa_text").innerHTML="Success"
602602
m=parseInt(m_save);
603603
g=parseInt(g_save);

0 commit comments

Comments
 (0)