X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FControls.js;fp=www%2Fjssrc%2Fblerg%2FControls.js;h=0827ff76973d3ce2d892b810e8c3c5066000fe5b;hb=8f635fec79961b4aaabaab184e9576c5b97122af;hp=21d4a5995e0fd64f6f6ae69278d1c6505a2aa42b;hpb=ec5e57cc0f39e47903322f3259b2f28b982e0d15;p=blerg.git diff --git a/www/jssrc/blerg/Controls.js b/www/jssrc/blerg/Controls.js index 21d4a59..0827ff7 100644 --- a/www/jssrc/blerg/Controls.js +++ b/www/jssrc/blerg/Controls.js @@ -88,6 +88,8 @@ enyo.kind({ }, login: function(inSender, inEvent) { this.$.password.setValue(''); + // TODO: Replace with regular blur() call in future enyo + this.$.password.node.blur(); this.setLoggedIn(true); this.$.userlink.setAttribute('href', '/#' + inEvent.username); this.$.userlink.setContent('@' + inEvent.username);