Private
Public Access
1
0

first result working

This commit is contained in:
Sander Roosendaal
2020-05-27 14:56:09 +02:00
parent 8bfbb2bdf8
commit 2ba9133a1d
9 changed files with 112 additions and 45 deletions

View File

@@ -187,7 +187,7 @@
$.ajax({
data: data,
type: $(this).attr('method'),
url: '/rowers/standards/upload/',
url: window.location.pathname,
contentType: false,
processData: false,
error: function(result) {