diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 73fa5903d6..531184fcf0 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -372,8 +372,9 @@ define(['composer'], function(composer) { $('#post-container').on('click', '.chat', function(e) { var username = $(this).parents('li.row').attr('data-username'); var touid = $(this).parents('li.row').attr('data-uid'); - app.openChat(username, touid); + $(this).parents('.btn-group').find('.dropdown-toggle').click(); + return false; }); ajaxify.register_events([ diff --git a/public/templates/favourites.tpl b/public/templates/favourites.tpl index 87f5500927..7412c907ed 100644 --- a/public/templates/favourites.tpl +++ b/public/templates/favourites.tpl @@ -18,14 +18,15 @@ - + {posts.username} -

{posts.content}

+

{posts.content}

- posted in + posted + in {posts.categoryName} diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index a09ee029e5..f6c96e0844 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -60,7 +60,7 @@