X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FControls.js;h=e5939762d5656754bed6a1aa1bda20fe862c9b59;hb=f847ba1d5f8cdbb2e5a94d8ad779f14d223c0a68;hp=1bbfd2dbfce858917bb609ce2c610a296c592e70;hpb=80ad774f55998cc11e08694245dfd6cb1b49a86f;p=blerg.git diff --git a/www/jssrc/blerg/Controls.js b/www/jssrc/blerg/Controls.js index 1bbfd2d..e593976 100644 --- a/www/jssrc/blerg/Controls.js +++ b/www/jssrc/blerg/Controls.js @@ -93,5 +93,13 @@ enyo.kind({ postVisibilityUpdate: function(inSender, inEvent) { this.postShowing = inEvent.showing; this.$.spewButton.addRemoveClass('active', inEvent.showing); + }, + chatterClicked: function() { + window.location.href = '/#/ref/' + this.username; + this.bubble('onNavigate'); + }, + feedClicked: function() { + window.location.href = '/#/feed'; + this.bubble('onNavigate'); } });