change not toast
This commit is contained in:
parent
4d90c752cb
commit
579e2cc2f7
@ -630,5 +630,6 @@
|
||||
"State": "State",
|
||||
"State_of_Resident": "State of Resident",
|
||||
"Zip": "Zip",
|
||||
"Zip_Code": "Zip Code"
|
||||
"Zip_Code": "Zip Code",
|
||||
"": ""
|
||||
}
|
@ -472,8 +472,7 @@
|
||||
Swal.fire({
|
||||
icon: '{if $notify_t == "s"}success{else}error{/if}',
|
||||
title: '{$notify}',
|
||||
toast: true,
|
||||
position: 'bottom-end',
|
||||
position: 'top-end',
|
||||
showConfirmButton: false,
|
||||
timer: 5000,
|
||||
timerProgressBar: true,
|
||||
@ -483,4 +482,4 @@
|
||||
}
|
||||
});
|
||||
</script>
|
||||
{/if}
|
||||
{/if}
|
@ -203,8 +203,7 @@
|
||||
Swal.fire({
|
||||
icon: '{if $notify_t == "s"}success{else}warning{/if}',
|
||||
title: '{$notify}',
|
||||
toast: true,
|
||||
position: 'bottom-end',
|
||||
position: 'top-end',
|
||||
showConfirmButton: false,
|
||||
timer: 5000,
|
||||
timerProgressBar: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user