From a2500d78759eca7e32dddafaac99dc8d75101508 Mon Sep 17 00:00:00 2001 From: Aitur <artur.kunz@ruhr-uni-bochum.de> Date: Tue, 5 May 2020 12:48:13 +0200 Subject: [PATCH] Button only populates field, but don't send anymore. --- views/debug/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/debug/index.html b/views/debug/index.html index 021f5f4..000c0bf 100644 --- a/views/debug/index.html +++ b/views/debug/index.html @@ -10,7 +10,7 @@ URL: <input type="text" name="url" id="url" value="{{=URL('room','create')}}"><br> <textarea rows=20 cols=80 id="input" placeholder="Your JSON parameters"></textarea><br> <input type="submit"> - <button id="new-room-btn">Mach einen Raum</button> + <button type="button" id="new-room-btn">Raum für fünf</button> </form> </td> <td style="vertical-align: top"> -- GitLab