X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fcollection.js;h=63bfd0857993bd098ce42ed82554f71161785e69;hp=e352d51ec0457ae8e87286154f39775a0b345104;hb=02b3e17bba6c253164eb9fa7a12a39d7e15ad6a3;hpb=3a5182f49dd2bf9e617566a8a9ec7689db4f4f8b diff --git a/share/collection.js b/share/collection.js index e352d51..63bfd08 100644 --- a/share/collection.js +++ b/share/collection.js @@ -181,7 +181,7 @@ function json_graph_update (index) inst.raphael = Raphael ("c4-graph" + index); params = instance_get_params (inst); - params.action = "graph_data_json"; + params.action = "instance_data_json"; params.begin = inst.begin; params.end = inst.end;