From e3dd14fb77d98cd3a56fffbe50f5c347cb1336c3 Mon Sep 17 00:00:00 2001 From: digital dreamer Date: Wed, 1 Oct 2014 15:00:14 +0200 Subject: [PATCH] Fix incorrect hashtag message in user's mentions --- js/twister_actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/twister_actions.js b/js/twister_actions.js index 8b5c081..0ce32f0 100644 --- a/js/twister_actions.js +++ b/js/twister_actions.js @@ -318,7 +318,7 @@ function processHashtag(postboard, hashtag, data) { } } - if(!postboard.children().length&&!_hashtagPendingPosts.length) + if(!postboard.children().length && !_hashtagPendingPosts.length && hashtag != defaultScreenName) postboard.closest("div").find(".no-posts-found-message").show(); if( _hashtagPendingPosts.length ) {