making test for box chart
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
<script>
|
||||
$(function($) {
|
||||
console.log('loading script');
|
||||
$.getJSON(window.location.protocol + '//'+window.location.host + '/rowers/flexalldata', function(json) {
|
||||
$.getJSON(window.location.protocol + '//'+window.location.host + '/rowers/flexalldata/', function(json) {
|
||||
console.log('got script');
|
||||
var counter=0;
|
||||
var script = json.script;
|
||||
|
||||
Reference in New Issue
Block a user