Programmi
Esempi di combinazione dei passi ammessi
- Tap step Ball change (&1&2)
- Shull Ball change (&1&2)
- Hop shuffle step (1&a2)
- Cramp Roll semplice (&1&2)
- Time step semplice con Pick up (&12&3&4)
- Time step doppio con Pick up (&1&2&3&4)
- Time step triplo con Pick up (&1&a2&3&4)
// WORKAROUND FOR ISSUE: #873
kQuery(function($)
{
$.magnificPopup.instance._onFocusIn = function(e)
{
// Do nothing if target element is select2 input
if( $(e.target).hasClass('select2-search__field') ) {
return true;
}
// Else call parent method
$.magnificPopup.proto._onFocusIn.call(this,e);
};
});
kQuery(function($){
$('[data-k-modal]').each(function(idx, el) {
var el = $(el);
var data = el.data('k-modal');
var options = {
"type": "image"
};
if (data) {
$.extend(true, options, data);
}
el.magnificPopup(options);
});
});
if (typeof RokBoxSettings == 'undefined') RokBoxSettings = {pc: '100'};document.documentElement.classList.add('k-js-enabled');