UX: Don't hide the reply button by default

This commit is contained in:
Robin Ward 2017-06-26 17:35:11 -04:00
parent aa69f78fed
commit 10358811a1
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ export default createWidget('post-menu', {
// If the post is a wiki, make Edit more prominent
if (attrs.wiki) {
replaceButton(orderedButtons, 'edit', 'reply-small');
replaceButton(hiddenButtons, 'edit', 'reply-small');
replaceButton(orderedButtons, 'reply', 'wiki-edit');
}