From 661b06c102567303e2b27d2a8d2ed9b66ef93494 Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 20 Jun 2015 17:14:16 +0100 Subject: [PATCH] Removed debug :/ --- html/pages/settings/alerting.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/pages/settings/alerting.inc.php b/html/pages/settings/alerting.inc.php index 1b1f3de3a..4ae0b288d 100644 --- a/html/pages/settings/alerting.inc.php +++ b/html/pages/settings/alerting.inc.php @@ -969,7 +969,6 @@ echo '
var $this = $(this); var config_id = $this.data("config_id"); var config_value = $this.val(); - alert(config_id + ' and ' + config_value) $.ajax({ type: 'POST', url: '/ajax_form.php',