From 2f90949560214561c81e315af36e242425d2f0fc Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Sat, 28 Dec 2013 14:36:33 -0500 Subject: [PATCH] vanilla color fixes --- public/src/forum/topic.js | 3 ++- public/templates/favourites.tpl | 7 ++++--- public/templates/topic.tpl | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) 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 @@