diff options
Diffstat (limited to 'Postman/Postman-Configuration/postman_wizard.js')
-rw-r--r-- | Postman/Postman-Configuration/postman_wizard.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Postman/Postman-Configuration/postman_wizard.js b/Postman/Postman-Configuration/postman_wizard.js index d844322..cbd2031 100644 --- a/Postman/Postman-Configuration/postman_wizard.js +++ b/Postman/Postman-Configuration/postman_wizard.js @@ -517,6 +517,8 @@ function handleConfigurationResponse(response) { jQuery('#pushover_cred').fadeOut('fast'); jQuery('#slack_cred').fadeIn(); } + + Hook.call( 'post_smtp_notification_change', selected ); }); // add an event on the user port override field |