Raymond Hill 4 years ago
parent 8a39b0e171
commit ea688f3942
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

@ -110,7 +110,7 @@ api.fetch = function(url, options = {}) {
const onErrorEvent = function() {
cleanup();
fail({ url }, errorCantConnectTo.replace('{{msg}}', url));
fail({ url }, errorCantConnectTo.replace('{{url}}', url));
};
const onTimeout = function() {

Loading…
Cancel
Save