From 2bbd4f002c8f4dc60bfaca6289a78c24472edcea Mon Sep 17 00:00:00 2001 From: Esteban Sanchez Date: Wed, 28 Jan 2009 08:15:00 +0000 Subject: [PATCH] 2009-01-28 Esteban Sanchez * godmode/alerts/configure_alert_template.php: Removed a javascript debug message that avoids normal operation if firebug is not installed. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1405 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/alerts/configure_alert_template.php | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0866945eb8..4a39de8694 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2009-01-28 Esteban Sanchez + + * godmode/alerts/configure_alert_template.php: Removed a javascript + debug message that avoids normal operation if firebug is not + installed. + 2009-01-26 Sancho Lerena * include/functions_reporting.php: Fixed count of total alerts. Ignore diff --git a/pandora_console/godmode/alerts/configure_alert_template.php b/pandora_console/godmode/alerts/configure_alert_template.php index 8aa5398a3a..c6fc574e71 100644 --- a/pandora_console/godmode/alerts/configure_alert_template.php +++ b/pandora_console/godmode/alerts/configure_alert_template.php @@ -542,7 +542,6 @@ function render_example () { /* Set value */ value = $("input#text-value").attr ("value"); - console.log ("ADSAD"); if (value == '') { $("span#value").empty ().append (""); } else {