summaryrefslogtreecommitdiff
path: root/public/board.js
diff options
context:
space:
mode:
authorame <[email protected]>2024-09-01 19:01:28 -0500
committerame <[email protected]>2024-09-01 19:01:28 -0500
commitf1f29d7ea83dcd59e1e98724ca1bde7086df12dc (patch)
tree1b9e5c7359af0f545f5bfb5cbb2014e3adda028b /public/board.js
parent63265067a7f3659ebd2c6566deb17457c2f949dd (diff)
unused variable oops
Diffstat (limited to 'public/board.js')
-rw-r--r--public/board.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/board.js b/public/board.js
index c99d560..7ba8507 100644
--- a/public/board.js
+++ b/public/board.js
@@ -5,7 +5,6 @@ let squares = document.getElementsByClassName('square')
sync_board()
let highlighted_squares = []
-let drag;
//allow ondrop to fire
document.addEventListener("dragover", (e) => e.preventDefault(), false)