diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 94640ab8bb..ff8902acde 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-10-20 Sergio Martin + + * godmode/alerts/alert_list.list.php: Clean the code + 2010-10-20 Sancho Lerena * pandoradb.sql diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index bc2d56da4f..6af54ec5ab 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -631,13 +631,9 @@ $(document).ready (function () { $("a.add_action").click (function () { id = this.id.split ("-").pop (); - /* Replace link with a combo with the actions and a form */ - //$form = $('form#add_action_form:last').clone (true).show (); - //alert($form); - //$("input#hidden-id_alert_module", $form).attr ("value", id); $('#add_action_form-' + id).attr("class", ''); $(this).attr("class", 'invisible'); - //$(this).replaceWith ($form); + return false; });