From 8b8c499b0f7c5ba6f10263a97f9c8f367b05d222 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 4 Feb 2013 15:12:16 +0000 Subject: [PATCH] 2013-02-04 Miguel de Dios * operation/events/events.php: fixed exotic bug with the var name history in the javascript. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7574 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/events/events.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7a9bddf060..02a915264f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-02-04 Miguel de Dios + + * operation/events/events.php: fixed exotic bug with the var name + history in the javascript. + 2013-02-04 Miguel de Dios * include/functions_graph.php: re-enabled the baseline for the diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index b22783b42a..59d9ca079f 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -740,7 +740,7 @@ $(document).ready( function() { var similar_ids; similar_ids = $('#hidden-similar_ids_'+id).val(); meta = $('#hidden-meta').val(); - history = $('#hidden-history').val(); + var history = $('#hidden-history').val(); $("#status_img_"+id).attr ("src", "images/spinner.gif");