Closed danillo10 closed 6 years ago
Just set the loader
option to false
$.toast({
heading: 'Information',
text: 'Loaders are enabled by default. Use `loader`, `loaderBg` to change the default behavior',
icon: 'info',
loader: false // Change it to false to disable loader
})
How to remove it ?