summaryrefslogtreecommitdiff
path: root/www/js/auth.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-28 12:52:04 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-28 12:52:04 (GMT)
commit2d2af4466b914d9e2b7ddf3cd2b50d02504fdc23 (patch)
tree4b27cabe2ebaebcb1d76f5fe63b7322d6a949fba /www/js/auth.js
parentd2fb142fc08989cd0397ecfb3941e35851a28ec9 (diff)
moved authtoken.json to rh-bin/ and change it to use Json Library for correct escaping
Diffstat (limited to 'www/js/auth.js')
-rw-r--r--www/js/auth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/auth.js b/www/js/auth.js
index 44adc6f..8da85c8 100644
--- a/www/js/auth.js
+++ b/www/js/auth.js
@@ -51,7 +51,7 @@ function auth_loginError(req, status, error) {
}
function auth_login() {
- $.ajax("/authtoken.json",
+ $.ajax("/rh-bin/authtoken.json",
{ cache: false,
username: $("#username").val(),
password: $("#password").val(),