Private
Public Access
1
0

code reduces using request.is_ajax()

This commit is contained in:
Sander Roosendaal
2017-11-07 08:32:07 +01:00
parent edcd1f1c86
commit 663576a369
3 changed files with 57 additions and 312 deletions

View File

@@ -154,7 +154,7 @@
$.ajax({
data: data,
type: $(this).attr('method'),
url: '/rowers/workout/upload_ajax/',
url: '/rowers/workout/upload/',
contentType: false,
processData: false,
error: function(result) {