WIP: Aureplop/kpsul js refactor #501
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ function api_with_auth(settings, password) {
|
||||||
var on_success = settings.on_success || $.noop ;
|
var on_success = settings.on_success || $.noop ;
|
||||||
var on_400 = settings.on_400 || $.noop ;
|
var on_400 = settings.on_400 || $.noop ;
|
||||||
|
|
||||||
$.ajax({
|
return $.ajax({
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
url: url,
|
url: url,
|
||||||
method: "POST",
|
method: "POST",
|
||||||
|
|
Loading…
Reference in a new issue