mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
2010-10-20 Sergio Martin <sergio.martin@artica.es>
* 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
This commit is contained in:
parent
234c127254
commit
fbf3188cad
@ -1,3 +1,7 @@
|
|||||||
|
2010-10-20 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* godmode/alerts/alert_list.list.php: Clean the code
|
||||||
|
|
||||||
2010-10-20 Sancho Lerena <slerena@artica.es>
|
2010-10-20 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandoradb.sql
|
* pandoradb.sql
|
||||||
|
@ -631,13 +631,9 @@ $(document).ready (function () {
|
|||||||
$("a.add_action").click (function () {
|
$("a.add_action").click (function () {
|
||||||
id = this.id.split ("-").pop ();
|
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", '');
|
$('#add_action_form-' + id).attr("class", '');
|
||||||
$(this).attr("class", 'invisible');
|
$(this).attr("class", 'invisible');
|
||||||
//$(this).replaceWith ($form);
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user