diff options
author | ame <[email protected]> | 2024-09-01 19:01:28 -0500 |
---|---|---|
committer | ame <[email protected]> | 2024-09-01 19:01:28 -0500 |
commit | f1f29d7ea83dcd59e1e98724ca1bde7086df12dc (patch) | |
tree | 1b9e5c7359af0f545f5bfb5cbb2014e3adda028b /public | |
parent | 63265067a7f3659ebd2c6566deb17457c2f949dd (diff) |
unused variable oops
Diffstat (limited to 'public')
-rw-r--r-- | public/board.js | 1 |
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) |