From: k054 <k@fsf.org> Date: Fri, 18 Mar 2016 23:02:20 +0000 (-0400) Subject: fixing https X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2794b2fc978c9a0253de863899386b318b51881a;p=libreplanet-static.git fixing https --- diff --git a/2016/assets/js/stream.js b/2016/assets/js/stream.js index 28d3edc6..49557dfd 100644 --- a/2016/assets/js/stream.js +++ b/2016/assets/js/stream.js @@ -46,9 +46,9 @@ if (!Array.prototype.find) { var app = {}; -app.icecastUrl = "//live2.fsf.org"; +app.icecastUrl = "http://live2.fsf.org"; -app.icecastApiUrl = "//live2.fsf.org"; +app.icecastApiUrl = "http://live2.fsf.org"; app.scheduleEvery = function(duration, thunk) { thunk();