X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjs%2Fblerg.js;h=b0bc38fe7c2c4033f9c6d127377c243183f25c83;hb=35b7988fc55d794a4d6fa466c61b21be176e64d0;hp=b882dd9944425567d01f6844138216e8955978d0;hpb=e5ddf802919d8f9d123d02b14602a98168c7bf6f;p=blerg.git diff --git a/www/js/blerg.js b/www/js/blerg.js index b882dd9..b0bc38f 100644 --- a/www/js/blerg.js +++ b/www/js/blerg.js @@ -69,7 +69,7 @@ LoginStatus.prototype.logout = function() { parameters: { username: this.username }, - onSuccess: function(r) { + onComplete: function(r) { this.loggedIn = false; document.cookie = "auth=; expires=1-Jan-1970 00:00:00 GMT"; this.update();