From fbf3188cadda7289df8abc31754a4ce46f8de23c Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 20 Oct 2010 16:23:24 +0000 Subject: [PATCH] 2010-10-20 Sergio Martin * godmode/alerts/alert_list.list.php: Clean the code git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3434 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/alerts/alert_list.list.php | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) 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; });