Skip to content
Snippets Groups Projects
Commit 78070c9b authored by PavelBegunkov's avatar PavelBegunkov
Browse files

fix of fix #10000000000

parent afed867b
Branches
Tags
No related merge requests found
......@@ -132,6 +132,7 @@ $(function() {
else {
EventInspector_ShowMsg('Сумма баллов превышает максимум', 'error');
thisObj.val(OldMaxRate);
thisObj.removeAttr('disabled')
return 0;
}
}
......@@ -530,7 +531,7 @@ $(function() {
$('div.moduleList').on('focusin', 'input.inputLandmarkControl', function(){
OldMaxRate = $(this).val();
});
// При потери фокуса
// При потере фокуса
$('div.moduleList').on('focusout', 'input.inputLandmarkControl', function(){
$(this).attr("disabled", true);
SetNewRateAndControl($(this), OldMaxRate);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment