You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$('<a href="' + that.options.instructionSlidesURL + '" target="_blank" class="btn btn-default yellow black-text">OPEN SLIDES FROM TRAINING VIDEO IN NEW TAB</a>').insertBefore($(that.element).find('.phase-indicator'));
1868
+
}
1869
+
1865
1870
if (!that.options.training.enabled) {
1866
1871
$(that.element).find('.phase-indicator').html('TESTING PHASE (NO FEEDBACK!)');
$('<a href="'+that.options.instructionSlidesURL+'" target="_blank" class="btn btn-default yellow black-text">OPEN SLIDES FROM TRAINING VIDEO IN NEW TAB</a>').insertBefore($(that.element).find('.phase-indicator'));
1359
+
}
1360
+
1356
1361
if(!that.options.training.enabled){
1357
1362
$(that.element).find('.phase-indicator').html('TESTING PHASE (NO FEEDBACK!)');
0 commit comments