We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5373adb commit 7a4ef79Copy full SHA for 7a4ef79
script/script.js
@@ -157,7 +157,7 @@ app.displayStoryContent = data => {
157
158
app.localTime = latLong => {
159
$.ajax({
160
- url: "http://api.timezonedb.com/v2.1/get-time-zone",
+ url: "https://api.timezonedb.com/v2.1/get-time-zone",
161
method: "GET",
162
dataType: "json",
163
data: {
@@ -208,7 +208,7 @@ function formatTime(nowDate) {
208
209
app.localWeather = latLong => {
210
211
- url: "http://api.openweathermap.org/data/2.5/weather",
+ url: "https://api.openweathermap.org/data/2.5/weather",
212
213
214
0 commit comments