From 302ee1285b4958901d7a689f05d3275aaaed1bc7 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Fri, 1 Dec 2023 13:04:15 -0500 Subject: rm url --- index.html | 1 - static/script.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/index.html b/index.html index 59787c6..37329e0 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,6 @@ -
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'); -- cgit v1.2.3