Skip to content

Commit 6c6e73a

Browse files
author
Andrew Marcuse
committed
Fix upside-down demo
1 parent 438d5f8 commit 6c6e73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/upside-down.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const fetchFortuneJsonp = (): Promise<string> =>
156156
reject(new Error('Unable to load fortune JSONP script'))
157157
}
158158

159-
script.src = `http://www.fortune.ninja/fortune/bsd_linux.json?callback=${encodeURIComponent(callbackName)}`
159+
script.src = `https://www.fortune.ninja/fortune/bsd_linux.json?callback=${encodeURIComponent(callbackName)}`
160160
document.body.appendChild(script)
161161
})
162162

0 commit comments

Comments
 (0)