Fixed error in javascript on webpage [ci skip]

This commit is contained in:
MichaelOultram 2015-08-13 15:20:37 +01:00
parent c3d733ae35
commit cf6946b8bf

View file

@ -21,7 +21,7 @@
}); });
} }
function apiCompete(jqXHR, textStatus) { function apiComplete(jqXHR, textStatus) {
alert(textStatus); alert(textStatus);
} }