" +
"
" +
"
" +
"
";
$(pinCodeContainer).show().html(html);
self.parent().hide();
smsPinCodeValidation.startTimer(window.smsCodeDelay, 'resend_timer');
setTimeout(function () {
$('.btosystem-generate-sms-for-').prop('disabled', false);
$('.btosystem-generate-sms-for--pincode').prop('disabled', false);
},(window.smsCodeDelay * 1000) + 1000);
return;
}
return errorMessageBox(window.btoTranslations.errorTitle, window.btoTranslations.generalErrorText);
});
});
$('body').on('click', '.btosystem-pincode-back-to-phone', function (e) {
e.preventDefault();
$(this).parent().parent().parent().html('').hide();
$('#kwiket-phone-details').show();
});
});