"Send Test Notification" - Now provides better feedback and works with the actual values in system settings form

This commit is contained in:
dgtlmoon
2024-04-03 16:52:42 +02:00
parent 9449c59fbb
commit 8aac7bccbe
3 changed files with 11 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ $(document).ready(function() {
}
}).done(function(data){
console.log(data);
alert('Sent');
alert(data);
}).fail(function(data){
console.log(data);
alert('There was an error communicating with the server.');