From b207ca074764e2a8c0d79ef8a081ebe3c9103f26 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 26 Jan 2009 13:18:34 -0800 Subject: [PATCH] Made byline into a
instead of a

and moved it to the bottom of the note instead of the top. --- static/js/Wiki.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/Wiki.js b/static/js/Wiki.js index c69c220..f435c5c 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -823,7 +823,7 @@ Wiki.prototype.create_editor = function ( id, note_text, deleted_from_id, revisi if ( creation ) { var note_id = id.split( ' ' )[ 0 ]; - note_text = this.make_byline( username, creation, note_id ) + note_text; + note_text = note_text + this.make_byline( username, creation, note_id ); } var startup = this.startup_notes[ id ]; @@ -1045,7 +1045,7 @@ Wiki.prototype.make_byline = function ( username, creation, note_id ) { else var timestamp = ''; - return '