Skip to content
Snippets Groups Projects
Commit 6223f874 authored by Porter Libby's avatar Porter Libby
Browse files

warning for no data

parent 3dc6763a
Branches
No related merge requests found
......@@ -36,7 +36,8 @@ function get_current_weather(){
make_display(response);
},
error: function(xhr, status, err) {
console.log(xhr.responseText);
//console.log(xhr.responseText);
alert("Current Weather Failed to load. Wait for server to collect weather information, or check config.")
}
});
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment