2009-01-28 Esteban Sanchez <estebans@artica.es>

* 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
This commit is contained in:
Esteban Sanchez 2009-01-28 08:15:00 +00:00
parent ee961ee649
commit 2bbd4f002c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-01-28 Esteban Sanchez <estebans@artica.es>
* 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 <slerena@artica.es>
* include/functions_reporting.php: Fixed count of total alerts. Ignore

View File

@ -542,7 +542,6 @@ function render_example () {
/* Set value */
value = $("input#text-value").attr ("value");
console.log ("ADSAD");
if (value == '') {
$("span#value").empty ().append ("<em><?php echo __('Empty');?></em>");
} else {