diff --git a/changedetectionio/static/js/watch-settings.js b/changedetectionio/static/js/watch-settings.js index 803016bc..902e12f4 100644 --- a/changedetectionio/static/js/watch-settings.js +++ b/changedetectionio/static/js/watch-settings.js @@ -34,6 +34,7 @@ $(document).ready(function() { $('#notification_title').val(''); $('#notification_body').val(''); $('#notification_format').val('System default'); - + $('#notification_urls').val(''); + e.preventDefault(); }); }); diff --git a/changedetectionio/templates/_common_fields.jinja b/changedetectionio/templates/_common_fields.jinja index 4c717835..a12f6dff 100644 --- a/changedetectionio/templates/_common_fields.jinja +++ b/changedetectionio/templates/_common_fields.jinja @@ -26,7 +26,6 @@ Notification debug logs