Skip to content

Commit a3883d3

Browse files
committed
Fix ceefax https problem
1 parent 8e19a14 commit a3883d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/ceefax/ceefax.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</div>
5555
<script>
5656

57-
$.getJSON('http://andyzhk.azurewebsites.net/rss/index.php', function (data) {
57+
$.getJSON('https://andyzhk.azurewebsites.net/rss/index.php', function (data) {
5858
betasignal_clusters(data.items);
5959
});
6060

0 commit comments

Comments
 (0)