Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FANMixco authored Dec 30, 2018
1 parent fd3ed94 commit 5b95b56
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions js/tmTimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,13 +597,16 @@ $(function () {
btnStopClick(isStarted);
}
showSnackBar(currentTranslation.deletedRoles, true);
if (totalItems === 0) {
multipleEnabled = false;
clearTimetable();
$("#hNoResults").show();
$("#tblResults,#footerResult").hide();
}
resizeModal();

totalItems.onsuccess = function() {
if (totalItems.result === 0) {
multipleEnabled = false;
clearTimetable();
$("#hNoResults").show();
$("#tblResults,#footerResult").hide();
}
resizeModal();
};
}
}
});
Expand Down

0 comments on commit 5b95b56

Please sign in to comment.