code added

This commit is contained in:
2023-05-01 14:23:56 +05:30
parent 9a63b4dcdc
commit bf783a338b
15 changed files with 176 additions and 165 deletions
+1
View File
@@ -41,6 +41,7 @@ function getCurrencySymbol(value=0) {
function toasterHelper(type,message,align='toast-top-center'){
// toasterOpts()
debugger;
toastr.clear()
toasterOpts(align);
Command: toastr[type](message);