summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/templates/login.html3
1 files changed, 3 insertions, 0 deletions
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"