Skip to content
Snippets Groups Projects
Commit 679119fb authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#696 - dismiss toast before showing new to prevent overlap

parent 123c3c97
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ function initSettingsContainer(formName, containerId)
contentType: false,
success: function(response)
{
M.Toast.dismissAll();
$('#' + containerId).html(response);
// re-init materialize components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment