mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-17 21:12:50 +01:00
removed following count hide
This commit is contained in:
@@ -3,12 +3,6 @@ define('forum/account/following', ['forum/account/header'], function(header) {
|
||||
|
||||
Following.init = function() {
|
||||
header.init();
|
||||
|
||||
var followingCount = ajaxify.variables.get('followingCount');
|
||||
|
||||
if (parseInt(followingCount, 10) === 0) {
|
||||
$('#no-following-notice').removeClass('hide');
|
||||
}
|
||||
};
|
||||
|
||||
return Following;
|
||||
|
||||
Reference in New Issue
Block a user