Solved Bug

Disabled entering values after click OK on Dialog (when game is over)
master
NoNameGuy 2016-10-31 00:40:33 +00:00
parent d76eff4b14
commit 98255b83f2
1 changed files with 2 additions and 2 deletions

View File

@ -341,7 +341,7 @@
}
else{
handleConflicts(data.conflicts);
}
})
.fail(function(){
@ -454,7 +454,7 @@
function highlightGreen(){
//Change de color for gree of the cells with value
$(".with-value").removeAttr("style").addClass("finished");
$(".with-value").removeAttr("style").addClass("finished").attr("disabled", true);
}
function removeHighlightGreen(){