diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-28 12:52:04 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-28 12:52:04 (GMT) |
commit | 2d2af4466b914d9e2b7ddf3cd2b50d02504fdc23 (patch) | |
tree | 4b27cabe2ebaebcb1d76f5fe63b7322d6a949fba /www | |
parent | d2fb142fc08989cd0397ecfb3941e35851a28ec9 (diff) |
moved authtoken.json to rh-bin/ and change it to use Json Library for correct escaping
Diffstat (limited to 'www')
-rw-r--r-- | www/js/auth.js | 2 |
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(), |