X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FPost.js;h=c1b889c1ab198edd8a78d93f727b0cff92776a86;hb=c3a777f760bedf3f196571612a7f3a1b3c707dbf;hp=de01c86a96fca7e0ac3892d4a75048c340099937;hpb=3e5f69d01b9488475413d4ecce8161ab7a889ca2;p=blerg.git diff --git a/www/jssrc/blerg/Post.js b/www/jssrc/blerg/Post.js index de01c86..c1b889c 100644 --- a/www/jssrc/blerg/Post.js +++ b/www/jssrc/blerg/Post.js @@ -46,7 +46,8 @@ enyo.kind({ this.setData(''); this.closePost(); if (location.hash != '#' + blerg.API.username) { - qlink(blerg.API.username); + location.hash = '#' + blerg.API.username + this.bubble('onNavigate'); } else { this.bubble('onReload'); }