From b2ab4ef3d1a7912b908beed984ba6a4479a95e40 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Sun, 1 Oct 2023 14:35:10 -0400 Subject: [PATCH] QA: Fix issues with Toast not de-toasting --- include/js/ui-notices.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/js/ui-notices.js b/include/js/ui-notices.js index 77aff6a0d6..8157463471 100644 --- a/include/js/ui-notices.js +++ b/include/js/ui-notices.js @@ -5,6 +5,9 @@ $.toastPopup = function(options) { allowToastClose: true, position: 'bottom-center', showHideTransition: 'fade', + afterHidden: function () { + $('.jq-toast-wrap').remove(); + } } var defaultOptions = {