commit milestone3 source

This commit is contained in:
starthomas610
2024-07-30 01:00:44 -04:00
parent c566d10928
commit 75bfc55c26
6 changed files with 607 additions and 4 deletions
@@ -10,6 +10,10 @@ function showWarningAlert(str) {
alertify.logPosition("top right").error("<i class='ion-alert-circled'><i> " + str + "");
}
function showSuccessAlert(str) {
alertify.logPosition("top right").success("<i class='ion-alert-circled'><i> " + str + "");
}
function showWarningPopup(str, callback = null, confirm_str = "Confirm") {
Swal.fire({
title: 'Warning!',