Make Account Center only usable when logged in
[blerg.git] / www / jssrc / blerg / Record.js
index 64c8070..2dc5739 100644 (file)
@@ -43,7 +43,8 @@ enyo.kind({
     postPopup: function() {
         this.bubble('onPostVisibility', {
             showing: true,
-            data: enyo.macroize("@{$author}/{$record}: ", this)
+            data: enyo.macroize("@{$author}/{$record}: ", this),
+            replyto: this.$.data.getContent()
         });
         return true;
     }