remove no longer needed comments
This commit is contained in:
parent
ed76162b63
commit
c8f6374ac8
1 changed files with 0 additions and 17 deletions
|
@ -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')
|
||||
// })
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue