Private
Public Access
1
0

adding athlete names to analysis

This commit is contained in:
Sander Roosendaal
2022-09-15 12:11:06 +02:00
parent a68e571010
commit 6beae2ca37
5 changed files with 50 additions and 8 deletions

View File

@@ -528,7 +528,7 @@
<script>
$(function($) {
console.log('loading script');
$.getJSON(window.location.protocol + '//'+window.location.host + '/rowers/analysisdata/', function(json) {
$.getJSON(window.location.protocol + '//'+window.location.host + '/rowers/analysisdata/user/{{ rower.user.id }}', function(json) {
var counter=0;
var script = json.script;
var div = json.div;