removing 'see all chats' from chats list, as it is in menu.tpl now

This commit is contained in:
Julian Lam
2015-02-25 16:07:03 -05:00
parent 37d426dddb
commit f00589c8ba

View File

@@ -59,11 +59,6 @@ define('chat', ['taskbar', 'string', 'sounds', 'forum/chats'], function(taskbar,
});
})(userObj);
}
var seeAll = '<li class="pagelink"><a href="' + config.relative_path + '/chats">[[modules:chat.see_all]]</a></li>';
translator.translate(seeAll, function(translated) {
$(translated).appendTo(chatsListEl);
});
});
});