Этот коммит содержится в:
Asaad Mahmood
2015-10-19 14:36:31 +05:00
родитель 2a67116e71
Коммит 13a35539f3

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

@@ -132,7 +132,9 @@ export default class Sidebar extends React.Component {
SocketStore.addChangeListener(this.onSocketChange);
PreferenceStore.addChangeListener(this.onChange);
$('.nav-pills__container').perfectScrollbar();
if ($(window).width() > 768) {
$('.nav-pills__container').perfectScrollbar();
}
this.updateTitle();
this.updateUnreadIndicators();