From 4f4effebb5b0b8db3682bad196b2907dc5ca603e Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 14 Dec 2014 22:40:44 +0200 Subject: failed attempt at fixing server redirection --- res/templates/login.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/templates/login.html b/res/templates/login.html index 01fba91d..793b608a 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -15,6 +15,9 @@ $.ajax({ type : "POST", + url: '/login', + async : false, + cache : false, data : JSON.stringify(data), dataType : 'json', contentType : "application/json; charset=utf-8" -- cgit v1.3.1