diff options
Diffstat (limited to 'Postman/Postman-Configuration/postman_manual_config.js')
-rw-r--r-- | Postman/Postman-Configuration/postman_manual_config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Postman/Postman-Configuration/postman_manual_config.js b/Postman/Postman-Configuration/postman_manual_config.js index a47df1a..49438fc 100644 --- a/Postman/Postman-Configuration/postman_manual_config.js +++ b/Postman/Postman-Configuration/postman_manual_config.js @@ -40,6 +40,9 @@ jQuery(document).ready( $('#pushover_cred').fadeOut('fast'); $('#slack_cred').fadeIn(); } + + Hook.call( 'post_smtp_notification_change', selected ); + }); |