no need to warn about time now

This commit is contained in:
mcguirepr89
2022-05-09 18:58:43 -04:00
parent d14e954036
commit 4476bc1ac2
+1 -1
View File
@@ -163,7 +163,7 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
<br><br>
<input type="hidden" name="status" value="success">
<input type="hidden" name="submit" value="settings">
<button onclick="if(Boolean(Number(<?php print($config['APPRISE_NOTIFY_EACH_DETECTION']); ?>)) != document.getElementsByName('apprise_notify_each_detection')[0].checked){return confirm('This will take about 90 seconds.')}"` type="submit" name="view" value="Settings">
<button onclick="if(Boolean(Number(<?php print($config['APPRISE_NOTIFY_EACH_DETECTION']); ?>)) != document.getElementsByName('apprise_notify_each_detection')[0].checked) type="submit" name="view" value="Settings">
<?php
if(isset($_GET['status'])){
echo "Success!";