Private
Public Access
1
0

Merge branch 'develop' into feature/opaqueid

This commit is contained in:
Sander Roosendaal
2019-01-09 15:46:47 +01:00
74 changed files with 8245 additions and 1410 deletions

View File

@@ -171,7 +171,7 @@
$.ajax({
data: data,
type: $(this).attr('method'),
url: '/rowers/workout/{{ workout.id|encode }}/image',
url: '/rowers/workout/{{ workout.id|encode }}/image/',
contentType: false,
processData: false,
error: function(result) {