Download:
child 10:3fa199c9ea32
parent 8:ced42ba2cb14
9:01834467d583
Anton Shestakov <av6@dwimlabs.net>, Sat, 22 Oct 2016 19:28:45 +0800
index: better error message if loading failed

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
index.html file | annotate | diff | comparison | revisions
--- a/index.html Wed Oct 12 12:51:04 2016 +0800
+++ b/index.html Sat Oct 22 19:28:45 2016 +0800
@@ -149,7 +149,7 @@
}
}
}, function(xhr) {
- console.log('fail');
+ console.error('Loading ' + url + ' failed: ' + xhr.statusText);
});
}
});