summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-26 14:02:45 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-26 14:02:45 -0300
commit0f56be785ae7a2b7540ec8ddea81be13f7a5c92c (patch)
tree386791c6aba46a544df3edd5a8a8a15d20207844
parent4807cddb174425c817134386be79e2ec70787bc1 (diff)
downloadchat-0f56be785ae7a2b7540ec8ddea81be13f7a5c92c.tar.gz
chat-0f56be785ae7a2b7540ec8ddea81be13f7a5c92c.tar.bz2
chat-0f56be785ae7a2b7540ec8ddea81be13f7a5c92c.zip
Fix HTML Notifications not showing
- fix filename typo
-rw-r--r--webapp/action_creators/websocket_actions.jsx1
-rw-r--r--webapp/stores/notification_store.jsx (renamed from webapp/stores/notificaiton_store.jsx)0
2 files changed, 1 insertions, 0 deletions
diff --git a/webapp/action_creators/websocket_actions.jsx b/webapp/action_creators/websocket_actions.jsx
index 611d53bf7..93b12692a 100644
--- a/webapp/action_creators/websocket_actions.jsx
+++ b/webapp/action_creators/websocket_actions.jsx
@@ -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';
diff --git a/webapp/stores/notificaiton_store.jsx b/webapp/stores/notification_store.jsx
index 70caffeb6..70caffeb6 100644
--- a/webapp/stores/notificaiton_store.jsx
+++ b/webapp/stores/notification_store.jsx