From 2794b2fc978c9a0253de863899386b318b51881a Mon Sep 17 00:00:00 2001 From: k054 Date: Fri, 18 Mar 2016 19:02:20 -0400 Subject: [PATCH] fixing https --- 2016/assets/js/stream.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.25.1