2013-02-04 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2013-02-04 15:12:16 +00:00
parent 6332c80690
commit 8b8c499b0f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-02-04 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events.php: fixed exotic bug with the var name
history in the javascript.
2013-02-04 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_graph.php: re-enabled the baseline for the

View File

@ -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");