You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These functions should call the toastr.remove() and toastr.clear() methods in the toastr JavaScript library. They are useful for removing toasts messages after something happens. e.g. if you set the "timeOut' and "extendedTimeOut" options to 0, the toast will not be removed until either the user clicks the toast or it is removed with one of these methods.
The text was updated successfully, but these errors were encountered:
These functions should call the
toastr.remove()
andtoastr.clear()
methods in the toastr JavaScript library. They are useful for removing toasts messages after something happens. e.g. if you set the "timeOut' and "extendedTimeOut" options to 0, the toast will not be removed until either the user clicks the toast or it is removed with one of these methods.The text was updated successfully, but these errors were encountered: