fixed ajax forms (ending slash)
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
$.ajax({
|
||||
data: data,
|
||||
type: $(this).attr('method'),
|
||||
url: '/rowers/courses/upload',
|
||||
url: '/rowers/courses/upload/',
|
||||
contentType: false,
|
||||
processData: false,
|
||||
error: function(result) {
|
||||
|
||||
Reference in New Issue
Block a user