list radar timestamps

This commit is contained in:
Matt Walsh
2020-12-29 10:22:20 -06:00
parent 887e0aa676
commit a9d0968e28
3 changed files with 79 additions and 48 deletions

View File

@@ -234,7 +234,6 @@ const utils = (() => {
const rewriteUrl = (_url) => {
let url = _url;
url = url.replace('https://api.weather.gov/', window.location.href);
url = url.replace('https://radar.weather.gov/', window.location.href);
url = url.replace('https://www.cpc.ncep.noaa.gov/', window.location.href);
return url;
};