diff --git a/public/templates/header.tpl b/public/templates/header.tpl index 5cf86efeec..c69e2eb4c9 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -50,7 +50,7 @@
- +
@@ -65,12 +65,12 @@
- Submit - Discard + +
- + diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index 9882cab6c7..19e445385f 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -214,7 +214,6 @@ // Fix delete state for this thread's posts var postEls = document.querySelectorAll('#post-container li[data-deleted]'); for(var x=0,numPosts=postEls.length;x').appendTo("#post-container").hide().append(html).fadeIn('slow'); set_up_posts(uniqueid); diff --git a/src/posts.js b/src/posts.js index 2dd84fbe85..bc5d531343 100644 --- a/src/posts.js +++ b/src/posts.js @@ -176,7 +176,9 @@ marked.setOptions({ 'gravatar' : data.picture, 'timestamp' : timestamp, 'relativeTime': utils.relativeTime(timestamp), - 'fav_star_class' :'icon-star-empty' + 'fav_star_class' :'icon-star-empty', + 'edited-class': 'none', + 'editor': '', } ] });