From 2480ff0837d244014ebce1b88ad5241101d8a56d Mon Sep 17 00:00:00 2001 From: ljm42 Date: Fri, 16 Apr 2021 11:45:40 -0700 Subject: [PATCH] Allow all notification agents to send links --- plugins/dynamix/NotificationAgents.page | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/dynamix/NotificationAgents.page b/plugins/dynamix/NotificationAgents.page index 724839ea0..66f3863f8 100644 --- a/plugins/dynamix/NotificationAgents.page +++ b/plugins/dynamix/NotificationAgents.page @@ -76,7 +76,6 @@ function testService(name) { form.append(''); form.append(''); form.append(''); - // note: not all agents will process the LINK parameter // host is normally added to link by the notify script. add it here since calling the agent directly. form.append(''); form.submit(); @@ -91,7 +90,7 @@ function initDropdown() { Agent as $agent) {