From f73daebb61311efb966afdff75034a7f9c710fbf Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 22 Apr 2016 14:52:44 -0400 Subject: PLT-1236 Added special handling for markdown links within mattermost (#2763) * Added special handling for markdown links within mattermost * Moved application of .app__body class to route components --- webapp/components/tutorial/tutorial_intro_screens.jsx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'webapp/components/tutorial/tutorial_intro_screens.jsx') diff --git a/webapp/components/tutorial/tutorial_intro_screens.jsx b/webapp/components/tutorial/tutorial_intro_screens.jsx index 8b73775e5..0358a6a65 100644 --- a/webapp/components/tutorial/tutorial_intro_screens.jsx +++ b/webapp/components/tutorial/tutorial_intro_screens.jsx @@ -1,7 +1,6 @@ // Copyright (c) 2015 Mattermost, Inc. All Rights Reserved. // See License.txt for license information. -import $ from 'jquery'; import UserStore from 'stores/user_store.jsx'; import TeamStore from 'stores/team_store.jsx'; import PreferenceStore from 'stores/preference_store.jsx'; @@ -35,12 +34,6 @@ export default class TutorialIntroScreens extends React.Component { this.state = {currentScreen: 0}; } - componentDidMount() { - $('body').addClass('app__body'); - } - componentWillUnmount() { - $('body').removeClass('app__body'); - } handleNext() { if (this.state.currentScreen < 2) { this.setState({currentScreen: this.state.currentScreen + 1}); -- cgit v1.2.3-1-g7c22