Notification - Reset defaults button should be on edit page only

This commit is contained in:
dgtlmoon
2022-09-10 15:19:18 +02:00
parent b046d6ef32
commit b6009ae9ff
3 changed files with 4 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ $(document).ready(function() {
$('#notification_title').val('');
$('#notification_body').val('');
$('#notification_format').val('System default');
$('#notification_urls').val('');
e.preventDefault();
});
});