diff --git a/js/SL.Calendar.js b/js/SL.Calendar.js index 99ad06b..49352e9 100644 --- a/js/SL.Calendar.js +++ b/js/SL.Calendar.js @@ -169,7 +169,7 @@ SL.Calendar = (function() { // checks if usecase is online, then uses server based calculation } else { var url = "https://almanac.sublunar.space/pmom.php?days="+days+"&ts="+ts+"&lat="+lat+"&lon="+lon; - fetch('pmom.json') + fetch(url) .then(function(response) { return response.json(); })