@ -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;