summaryrefslogtreecommitdiffstats
path: root/media/js/views/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'media/js/views/client.js')
-rw-r--r--media/js/views/client.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/js/views/client.js b/media/js/views/client.js
index 6231f08..b14b305 100644
--- a/media/js/views/client.js
+++ b/media/js/views/client.js
@@ -61,6 +61,7 @@
rooms: this.client.rooms
});
}
+
//
// Modals
//
@@ -78,6 +79,9 @@
this.notificationsModal = new window.LCB.NotificationsModalView({
el: this.$el.find('#lcb-notifications')
});
+ this.giphyModal = new window.LCB.GiphyModalView({
+ el: this.$el.find('#lcb-giphy')
+ });
//
// Misc
//