Skip to content
Snippets Groups Projects
Commit 1daca396 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

add dev tools console hint

parent 6a73fd40
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ function getIPInfo() {
} else {
if (xhr.status === 0 && xhr.statusText == "") {
log("Request was blocked by the browser!")
log("See the browser console (Dev Tools) for further details.")
} else {
log(xhr.status + " " + xhr.statusText);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment