X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=inline;f=www%2Fjssrc%2Fblerg%2FRecord.js;h=5d4cf23d91eb03b8a24055f224824ebc85051a61;hb=f4fcda2f29d7c2efe91d9afabf7d5fcd4bd04b5a;hp=8fe0947a51fff9ee10f456071aa64a0855f37bb2;hpb=04a4fdf9d85e0d0b193300abe0c0e433449cd285;p=blerg.git diff --git a/www/jssrc/blerg/Record.js b/www/jssrc/blerg/Record.js index 8fe0947..5d4cf23 100644 --- a/www/jssrc/blerg/Record.js +++ b/www/jssrc/blerg/Record.js @@ -16,7 +16,7 @@ enyo.kind({ {noDom: true, content: ". "}, {name: "permalink", kind: "blerg.Link", content: "[permalink]"}, {noDom: true, content: " "}, - {name: "reply", kind: "blerg.Link", content: "[reply]", onclick: "postPopup"} + {name: "reply", kind: "blerg.Link", content: "[reply]", onNavigate: "postPopup"} ]} ], create: function() { @@ -43,7 +43,7 @@ enyo.kind({ postPopup: function() { this.bubble('onPostVisibility', { showing: true, - data: enyo.macroize("@{$author}/{$record}", this) + data: enyo.macroize("@{$author}/{$record}: ", this) }); return true; } @@ -62,7 +62,7 @@ enyo.kind({ {noDom: true, content: ". "}, {name: "permalink", kind: "blerg.Link", content: "[permalink]"}, {noDom: true, content: " "}, - {name: "reply", kind: "blerg.Link", content: "[reply]", onclick: "postPopup"} + {name: "reply", kind: "blerg.Link", content: "[reply]", onNavigate: "postPopup"} ]} ], updateLinks: function() {