Fix for going to your account after posting
authorChip Black <bytex64@bytex64.net>
Sun, 17 Nov 2013 23:09:11 +0000 (15:09 -0800)
committerChip Black <bytex64@bytex64.net>
Sun, 17 Nov 2013 23:09:11 +0000 (15:09 -0800)
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');
         }