More cleanup

This commit is contained in:
fkloft
2015-01-24 12:19:31 +01:00
parent b67f8b9a7f
commit 5c18e0fe6b
2 changed files with 3 additions and 11 deletions

View File

@ -530,7 +530,6 @@ window.chat.request = function() {
chat.requestFaction(false);
}
if (channel == 'all' || (window.chat.backgroundChannels && window.chat.backgroundChannels['all'])) {
// the 'public', 'full' and 'compact' tabs are all based off the 'public' COMM data
chat.requestPublic(false);
}
if (channel == 'alerts' || (window.chat.backgroundChannels && window.chat.backgroundChannels['alerts'])) {