Skip to content

Commit

Permalink
Do not estimate location on post pages
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Nov 12, 2022
1 parent 24f86d4 commit b2b6d07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if (dateInput) {
setEstimatedLocation(event.target.value);
});
setEstimatedLocation(dateInput.value);
} else {
} else if (!mapData || !mapData.latitude || !mapData.longitude) {
setEstimatedLocation('');
}

Expand Down
2 changes: 1 addition & 1 deletion public/build/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"/build/runtime.188fa053.js",
"/build/98.7dea510e.js",
"/build/805.3e825de1.js",
"/build/map.4da0d45a.js"
"/build/map.3c3bd4fc.js"
],
"css": [
"/build/map.fa728e1a.css"
Expand Down
2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build/app.css": "/build/app.ab8285ed.css",
"build/app.js": "/build/app.6dc3586a.js",
"build/map.css": "/build/map.fa728e1a.css",
"build/map.js": "/build/map.4da0d45a.js",
"build/map.js": "/build/map.3c3bd4fc.js",
"build/frontend.css": "/build/frontend.709f92e8.css",
"build/frontend.js": "/build/frontend.a6e25d71.js",
"build/runtime.js": "/build/runtime.188fa053.js",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2b6d07

Please sign in to comment.