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