Code

Rename the "graph_data_json" action to "instance_data_json".
[collection4.git] / share / collection.js
index e352d51ec0457ae8e87286154f39775a0b345104..63bfd0857993bd098ce42ed82554f71161785e69 100644 (file)
@@ -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;