Private
Public Access
1
0

making test for box chart

This commit is contained in:
Sander Roosendaal
2019-01-07 18:04:58 +01:00
parent dbc2357c63
commit 027bb856be
12 changed files with 730 additions and 12 deletions

View File

@@ -150,7 +150,7 @@
<script>
$( document ).ready(function() {
console.log('loading script');
$.getJSON(window.location.protocol + '//'+window.location.host + '/getblogs', function(data) {
$.getJSON(window.location.protocol + '//'+window.location.host + '/getblogs/', function(data) {
var html = '';
if (data.length != 0) {
html += '<li class="grid_5"><div class="midden"><img src="/static/img/horizontal_line.png" alt="horizontal line"></div></li> '