Added update function to image update and fixed corner cases

Этот коммит содержится в:
nickago
2015-07-13 09:22:42 -07:00
родитель f5d188e1ca
Коммит c485dad84f
6 изменённых файлов: 12 добавлений и 7 удалений

Просмотреть файл

@@ -707,7 +707,6 @@ module.exports.switchChannel = function(channel, teammate_name) {
AsyncClient.getChannels(true, true, true);
AsyncClient.getChannelExtraInfo(true);
AsyncClient.getPosts(true, channel.id);
AsyncClient.getProfiles();
$('.inner__wrap').removeClass('move--right');
$('.sidebar--left').removeClass('move--right');