Fixed error in javascript on webpage [ci skip]
This commit is contained in:
parent
c3d733ae35
commit
cf6946b8bf
|
@ -21,7 +21,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
function apiCompete(jqXHR, textStatus) {
|
||||
function apiComplete(jqXHR, textStatus) {
|
||||
alert(textStatus);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue