fixing bug where no notification was sent

This commit is contained in:
Janis Steiner
2024-10-14 11:59:29 +01:00
parent 0e755eefe8
commit 5e853f4000

View File

@@ -20,6 +20,8 @@
var tel_id=a.checked; var tel_id=a.checked;
fetch("/api/update_settings.php?"+div_id+"="+tel_id); fetch("/api/update_settings.php?"+div_id+"="+tel_id);
} }
//check if sendmail must be executed
fetch("/api/sendmail.php");
</script> </script>
<style> <style>