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