Skip to content

Commit

Permalink
Change to var
Browse files Browse the repository at this point in the history
  • Loading branch information
ModelEarth committed May 28, 2024
1 parent 11041ce commit a1d755f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@

// https://github.com/ModelEarth/data-commons/blob/main/docs/air/emissions/data/API_EN.ATM.CO2E.PC_DS2_zh_csv_v2_45186.csv

const latitude = localStorage.latitude ? localStorage.latitude : 41.307;
const longitude = localStorage.longitude ? localStorage.longitude : -72.925;
var latitude = localStorage.latitude ? localStorage.latitude : 41.307;
var longitude = localStorage.longitude ? localStorage.longitude : -72.925;

if (hash.feed == "bsky") {
url = "https://bsky.app/profile/did:plc:ileopdnhib52emw3veem5zxk/rss";
Expand Down

0 comments on commit a1d755f

Please sign in to comment.