Skip to content

Commit

Permalink
Update AirQualityTaiwan.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Jan 14, 2019
1 parent 65148ea commit 0dffe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirQuality_Taiwan_20180121/AirQualityTaiwan.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
url: target,
success: function(json)
{
//console.log(json.result.records);
//console.log(json);
PM_data = "";
json = eval(json);
for (var i in json)
Expand Down

0 comments on commit 0dffe81

Please sign in to comment.