From fe4ddaeb528fc67a130ea397c1f468888cf10a2c Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 23 May 2020 17:54:55 -0700 Subject: [PATCH] Show notification sent when testing Browser notification --- data/interfaces/default/notifier_config.html | 1 + 1 file changed, 1 insertion(+) diff --git a/data/interfaces/default/notifier_config.html b/data/interfaces/default/notifier_config.html index 56a483e6..07767c6c 100644 --- a/data/interfaces/default/notifier_config.html +++ b/data/interfaces/default/notifier_config.html @@ -857,6 +857,7 @@ title: $('#test_subject').val(), text: $('#test_body').val() }); + showMsg(' Notification sent.', false, true, 5000); } }