Skip to content
Snippets Groups Projects
Commit 230d4ae4 authored by Leon Licher's avatar Leon Licher
Browse files

changed text

parent 2a62583f
No related branches found
No related tags found
No related merge requests found
Pipeline #173001 passed
...@@ -13,6 +13,6 @@ ...@@ -13,6 +13,6 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"express": "^4.18.2", "express": "^4.18.2",
"ws": "^8.15.0" "nodemon": "^2.0.15"
} }
} }
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<table id="noSolutionBoard"></table> <table id="noSolutionBoard"></table>
<br> <br>
<button id="toggleButton" onclick="solveTable('noSolutionBoard')">Show Solution</button> <button id="toggleButton" onclick="solveTable('noSolutionBoard')">Generate Solution</button>
<table id="solutionTable"></table> <table id="solutionTable"></table>
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
updateTable("noSolutionBoard"); updateTable("noSolutionBoard");
}; };
document.getElementById("toggleButton").onclick = function () { document.getElementById("toggleButton").onclick = function () {
solveTable("noSolutionBoard"); solveTable("noSolutionBoard");
}; }
</script> </script>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment