Merge pull request #2547 from ZBoxApp/notifications-fix

Fix HTML Notifications not showing
Этот коммит содержится в:
Christopher Speller
2016-03-26 20:32:40 -04:00
родитель 4807cddb17 0f56be785a
Коммит 7a25f2a78b
2 изменённых файлов: 1 добавлений и 0 удалений

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

@@ -7,6 +7,7 @@ import PostStore from 'stores/post_store.jsx';
import ChannelStore from 'stores/channel_store.jsx';
import BrowserStore from 'stores/browser_store.jsx';
import ErrorStore from 'stores/error_store.jsx';
import NotificationStore from 'stores/notification_store.jsx'; //eslint-disable-line no-unused-vars
import * as Utils from 'utils/utils.jsx';
import * as AsyncClient from 'utils/async_client.jsx';