summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-01-13 18:05:01 +0200
committerLV-426 <lv-426@taproot.org.il>2015-01-13 18:05:01 +0200
commit233d9de48df7e32701500177203b36c5b27c2a1e (patch)
treebdfbcb888e6f3b270fda31fe780b81d0ecf9c393 /res
parentee060cdde7841ea622153bf040233679a40dafed (diff)
enable failed login debugging
Diffstat (limited to 'res')
-rw-r--r--res/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index b2971879..46a9dbbc 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -24,7 +24,7 @@
success : function () {
document.location = "/index";
},
- error : function () {
+ error : function (xhr, status, err_thrown) {
document.location = "/login";
}
});