From e7eca9a9ed990818ef0081078139a967078b8a80 Mon Sep 17 00:00:00 2001 From: Tomi M Date: Wed, 7 Oct 2015 16:25:47 -0700 Subject: Use ReactBootstrap.Modal instead. --- web/react/pages/channel.jsx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'web/react/pages') diff --git a/web/react/pages/channel.jsx b/web/react/pages/channel.jsx index 3eed91366..c333fd57d 100644 --- a/web/react/pages/channel.jsx +++ b/web/react/pages/channel.jsx @@ -30,7 +30,6 @@ var ErrorStore = require('../stores/error_store.jsx'); var ChannelLoader = require('../components/channel_loader.jsx'); var MentionList = require('../components/mention_list.jsx'); var ChannelInfoModal = require('../components/channel_info_modal.jsx'); -var AboutBuildModal = require('../components/about_build_modal.jsx'); var AccessHistoryModal = require('../components/access_history_modal.jsx'); var ActivityLogModal = require('../components/activity_log_modal.jsx'); var RemovedFromChannelModal = require('../components/removed_from_channel_modal.jsx'); @@ -151,11 +150,6 @@ function setupChannelPage(props) { document.getElementById('channel_info_modal') ); - React.render( - , - document.getElementById('about_build_modal') - ); - React.render( , document.getElementById('more_channels_modal') -- cgit v1.2.3-1-g7c22