diff options
author | cyfraeviolae <cyfraeviolae> | 2023-12-01 13:04:15 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2023-12-01 13:04:15 -0500 |
commit | 302ee1285b4958901d7a689f05d3275aaaed1bc7 (patch) | |
tree | 300844f077d468b0faa7859362f532393fef6094 | |
parent | 412e8d737c5da44502d44421fa1561ce34ea6989 (diff) |
rm url
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | static/script.js | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -31,7 +31,6 @@ <button id="give-up">Give up</button> <button id="reset">Reset</button> <button id="copy-link">Copy link</button> - <input id="url" type="text"></input> </div> </div> <br> diff --git a/static/script.js b/static/script.js index b754472..e11c098 100644 --- a/static/script.js +++ b/static/script.js @@ -160,8 +160,6 @@ function generateUrl(board) { function startBoard(board) { selected = {}; - document.getElementById('url').value = generateUrl(board); - document.getElementById('answers').innerHTML = ''; var el = document.getElementById('board'); |