changed path to backend data-controller

This commit is contained in:
root 2010-09-11 07:37:28 +02:00
parent 935b9ed284
commit 727dc01ddd

View file

@ -394,7 +394,7 @@ function getData() {
$('#debug').append('<a href="../backend/index.php/data/'+myUUID+'/format/json/from/'+myWindowStart+'/to/'+myWindowEnd+'">json</a>');
// load json data with given time window
$.getJSON("../backend/index.php/" + myUUID, function(j){
$.getJSON("../backend/index.php/data/" + myUUID, function(j){
data = j;
$('#debug').empty().append(data.toSource());
// then show/reload the chart
@ -585,3 +585,4 @@ function generateAxisTicks() {
</body>
</html>