This segment’s fundamental skating skills:
1) forward crossovers part 1, outside leg c-cut, &
2) forward crossovers part 2, inside leg cross through.
ProTip: Make sure you have your players go in both directions so they learn how to crossover on both sides.
Recommended for: Novice
",
type: 'inline'
}
],
showCloseBtn: false,
callbacks: {
open: function() {
}
}
});
$('#modal-content').append('');
adjustCloseBtn();
}
});
});
$('#modal-share-social').click(function(event, params) {
var srcId = $('#sourceId').val();
var srcTitle = $('#sourceTitle').val();
var getUrl = window.location;
var websiteUrl = getUrl.protocol + "//" + getUrl.host + "/" //+ getUrl.pathname.split('/')[1];
//var websiteUrl = window.location.origin;
console.log("websiteUrl : " + websiteUrl);
//console.log("srcId : " + JSON.stringify(srcId));
//console.log("srcTitle : " + JSON.stringify(srcTitle));
$.magnificPopup.open({
items: [
{
src: "
",
type: 'inline'
}
]
});
$('#modal-content').append('');
adjustCloseBtn();
});
});
$(window).resize(function(){
adjustCloseBtn();
});