I wish I could use proper English

This commit is contained in:
2021-06-22 22:46:05 +02:00
parent 1d91f30f24
commit d8db645b9a
+1 -1
View File
@@ -26,7 +26,7 @@
</main-panel> </main-panel>
<main-panel> <main-panel>
<button onclick="reset();">Reset</button> <button onclick="reset();">Reset</button>
<button onclick="document.getElementById('result').innerHTML = getPatterns();">Analize</button> <button onclick="document.getElementById('result').innerHTML = getPatterns();">Analyze</button>
<br> <br>
<div style="margin-top: 1.4em;" id="result">?</div> <div style="margin-top: 1.4em;" id="result">?</div>
</main-panel> </main-panel>