fix bug stop auto check logs

This commit is contained in:
2022-07-15 10:30:32 +07:00
parent 4a08ad05df
commit 7545b93ee7
2 changed files with 2 additions and 1 deletions

View File

@@ -433,7 +433,7 @@ function _syncFromServerForm(e) {
$("#filter-from-server").select2({
placeholder: $("input[name='TIM_KIEM_THEO_ID_HOAC_TEN']").val()
});
if (parseInt($("#totalDevice").html()) != parseInt($("#totalCloud").html()))
if ($("#totalDevice").html() === $("#totalCloud").html())
$("#btnCheckLossImage").addClass("hidden");
},
error: function (jqXHR, textStatus, errorThrown) {