|
|
@ -524,13 +524,13 @@ if ($quizCheckButtonEnabled) { |
|
|
|
|
|
|
|
|
|
|
|
btnStart.show(); |
|
|
|
btnStart.show(); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
txtResult.text(\"".get_lang('QuizBrowserCheckNO')."\").addClass('text-danger').show(); |
|
|
|
txtResult.text(\"".get_lang('QuizBrowserCheckKO')."\").addClass('text-danger').show(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
btnTest.prop('disabled', false); |
|
|
|
btnTest.prop('disabled', false); |
|
|
|
}, |
|
|
|
}, |
|
|
|
function () { |
|
|
|
function () { |
|
|
|
txtResult.text(\"".get_lang('QuizBrowserCheckNO')."\").addClass('text-danger').show(); |
|
|
|
txtResult.text(\"".get_lang('QuizBrowserCheckKO')."\").addClass('text-danger').show(); |
|
|
|
|
|
|
|
|
|
|
|
btnTest.prop('disabled', false); |
|
|
|
btnTest.prop('disabled', false); |
|
|
|
} |
|
|
|
} |
|
|
|