From 108c996a0a042eec8954ff0349b9f85b3a075ee8 Mon Sep 17 00:00:00 2001 From: Simon Pirkelmann Date: Fri, 11 Sep 2020 22:49:56 +0200 Subject: [PATCH] implemented jquery communication with the server to submit commands and wait for them to be processed --- templates/drag_example.html | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/templates/drag_example.html b/templates/drag_example.html index a29df27..363c724 100644 --- a/templates/drag_example.html +++ b/templates/drag_example.html @@ -12,7 +12,7 @@ -

Welcome Player {{ player_id }}

+

Hallo Spieler {{ player_id + 1 }}

@@ -28,12 +28,42 @@
+ + + + +