Fix for going to your account after posting
[blerg.git] / www / jssrc / blerg / Post.js
index de01c86..c1b889c 100644 (file)
@@ -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');
         }