X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=www%2Fjssrc%2Fblerg%2FBlerg.js;fp=www%2Fjssrc%2Fblerg%2FBlerg.js;h=80037c4e3c502916968ff700f3d5c092f1817fc1;hb=6d8bbc2417758f3613bf77766fc6ee3d570d8277;hp=361b0c93f86c6262e22d7a7142b28f17b0155583;hpb=c28890fa3ec170540678b83c8da9c91485ac30c1;p=blerg.git diff --git a/www/jssrc/blerg/Blerg.js b/www/jssrc/blerg/Blerg.js index 361b0c9..80037c4 100644 --- a/www/jssrc/blerg/Blerg.js +++ b/www/jssrc/blerg/Blerg.js @@ -13,7 +13,8 @@ enyo.kind({ onSetTitle: "setTitle", onPostVisibility: "postVisibilityUpdate", onReload: "sendReload", - onShowChangePassword: "showChangePassword" + onShowChangePassword: "showChangePassword", + onAuthFailure: "authFailure" }, components: [ {classes: "blerg-header", components: [ @@ -99,5 +100,8 @@ enyo.kind({ }, showChangePassword: function() { this.$.passwdDialog.show(); + }, + authFailure: function(inSender, inEvent) { + this.logout(); } });