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 2942101 commit d7e4ef9Copy full SHA for d7e4ef9
index.html
@@ -229,7 +229,7 @@
229
<p>Save code:<br/></p>
230
<p id="sa_code">000010000000000100<br/></p>
231
<p>Load code:<br/></p>
232
- <input type="number" id="sa_loadt"></input>
+ <input type="text" id="sa_loadt"></input>
233
<button id="sa_loadb">Load</button>
234
<p id="sa_text">Success</p>
235
</div>
@@ -597,7 +597,7 @@
597
m_ahash=m_ahash.toString();
598
g_ahash=g_ahash.toString();
599
console.log(m_hash+" "+g_hash+"<- actual calc");
600
- if(m_hash==m_ahash && g_hash==g_ahash){
+ if((m_hash==m_ahash)&&(g_hash==g_ahash)){
601
document.getElementById("sa_text").innerHTML="Success"
602
m=parseInt(m_save);
603
g=parseInt(g_save);
0 commit comments