diff --git a/www/stations.js b/www/stations.js index f9d5d36..e6295b2 100644 --- a/www/stations.js +++ b/www/stations.js @@ -105,6 +105,10 @@ function loadStations(stime, etime) { $("#stationstable > tbody > tr:even").addClass("odd"); $("#stationstable > tbody > tr:odd").addClass("even"); stationLayer.bringToFront(); + }, + error: function( jqxhr, textStatus, error ) { + var err = textStatus + ", " + error; + console.log( "Request Failed: " + err ); } }); // create stations csv download link