From c8f6374ac821e12b2dca34d738c2fc86f4db8005 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 17 Mar 2017 09:32:52 -0400 Subject: [PATCH] remove no longer needed comments --- frontend/src/Metamaps/Map/CheatSheet.js | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/frontend/src/Metamaps/Map/CheatSheet.js b/frontend/src/Metamaps/Map/CheatSheet.js index d791b5c7..0d968b63 100644 --- a/frontend/src/Metamaps/Map/CheatSheet.js +++ b/frontend/src/Metamaps/Map/CheatSheet.js @@ -6,23 +6,6 @@ const CheatSheet = { $('#cheatSheet').tabs() $('#quickReference').tabs().addClass('ui-tabs-vertical ui-helper-clearfix') $('#quickReference .ui-tabs-nav li').removeClass('ui-corner-top').addClass('ui-corner-left') - - // // id = the id of a vimeo video - // var switchVideo = function(element, id) { - // $('.tutorialItem').removeClass('active') - // $(element).addClass('active') - // $('#tutorialVideo').attr('src', '//player.vimeo.com/video/' + id) - // } - - // $('#gettingStarted').click(function() { - // switchVideo(this,'88334167') - // }) - // $('#upYourSkillz').click(function() { - // switchVideo(this,'100118167') - // }) - // $('#advancedMapping').click(function() { - // switchVideo(this,'88334167') - // }) } }