commit basic source of milestone 2

This commit is contained in:
starthomas610
2024-06-13 15:34:42 -04:00
parent 73f1fddbb4
commit c3596bca87
6 changed files with 419 additions and 20 deletions
+4 -14
View File
@@ -326,6 +326,7 @@
contentType: false,
beforeSend: function() {
$('#ajax_preloader').fadeIn();
$('#f_csv').val("");
},
error: function() {
$('#ajax_preloader').fadeOut();
@@ -438,19 +439,8 @@
success: function(data) {
$('#ajax_preloader').fadeOut();
console.log(data);
Swal.fire({
title: 'Success',
text: "Your operation successed!",
icon: 'success',
showCancelButton: false,
confirmButtonColor: '#3085d6',
confirmButtonText: 'Confirm'
}).then((result) => {
if (result.isConfirmed) {
history.go(-1);
} else {
history.go(-1);
}
showSuccessPopup("Your operation succeeded!", function() {
history.go(-1);
});
}
})
@@ -494,7 +484,7 @@
// console.log(data);
// Swal.fire({
// title: 'Success',
// text: "Your operation successed!",
// text: "Your operation succeeded!",
// icon: 'success',
// showCancelButton: false,
// confirmButtonColor: '#3085d6',