diff --git a/js/dom-functions.js b/js/dom-functions.js index 90e3357..5edda5a 100644 --- a/js/dom-functions.js +++ b/js/dom-functions.js @@ -1498,7 +1498,7 @@ function addToFeed(feed, after, extraClasses) { // in-groups html var in_groups_html = ''; - if(obj.retweeted_status.statusnet_in_groups !== false && typeof obj.retweeted_status.statusnet_in_groups !== 'undefined') { + if(obj.retweeted_status.statusnet_in_groups !== false && typeof obj.retweeted_status.statusnet_in_groups != 'undefined') { in_groups_html = '' + obj.retweeted_status.statusnet_in_groups + ''; }