Revert redundant changes to static js

This commit is contained in:
Richard van der Hoff 2019-06-26 22:46:23 +01:00
parent a4daa899ec
commit 0ade403f55

View File

@ -56,7 +56,6 @@ var show_login = function() {
}
if (matrixLogin.serverAcceptsSso) {
$("#sso_form").attr("action", "/_matrix/client/r0/login/sso/redirect");
$("#sso_flow").show();
} else if (matrixLogin.serverAcceptsCas) {
$("#sso_form").attr("action", "/_matrix/client/r0/login/cas/redirect");
@ -122,7 +121,6 @@ matrixLogin.onLogin = function(response) {
// clobber this function
console.log("onLogin - This function should be replaced to proceed.");
console.log(response);
alert("Login successful!");
};
var parseQsFromUrl = function(query) {