From 3ca47f90d3cdf925d2928d49851fd35aace015ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Th=C3=B6rnblom?= <johan.thornblom@hotmail.com> Date: Mon, 21 Mar 2022 22:50:06 +0100 Subject: [PATCH] doooooone --- Lab_4/Twidder/static/client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Lab_4/Twidder/static/client.js b/Lab_4/Twidder/static/client.js index 052e013..b866973 100644 --- a/Lab_4/Twidder/static/client.js +++ b/Lab_4/Twidder/static/client.js @@ -8,6 +8,7 @@ var url = 'http://' + document.domain + ':5000/myServer/'; var curr_page = ""; var socket; // source "/Users/lorenzo/OneDrive - LinkoĢpings universitet/Skola/DI3B/TDDD97/virtualenv/bin/activate" + function allowDrop(event) { event.preventDefault(); } -- GitLab