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:
parent
ee961ee649
commit
2bbd4f002c
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue