Use correct service url

pull/351/head
Erik Johnston 2015-10-26 18:12:09 +00:00
parent 87961d8dcf
commit f73de2004e
1 changed files with 1 additions and 3 deletions

View File

@ -161,9 +161,7 @@ var try_cas = function() {
return false;
}
getCasURL(function(url) {
submitCas(ticket, url);
});
submitCas(ticket, location.origin);
return true;
};