https testing
authork054 <k@fsf.org>
Fri, 18 Mar 2016 23:07:41 +0000 (19:07 -0400)
committerk054 <k@fsf.org>
Fri, 18 Mar 2016 23:07:41 +0000 (19:07 -0400)
2016/assets/js/stream.js

index 49557dfd1dc16cbee8e74ec688c984ed37c2a7a0..28d3edc6ce8bd5c930dcfed4cfcbcb4b0b6727c8 100644 (file)
@@ -46,9 +46,9 @@ if (!Array.prototype.find) {
 
 var app = {};
 
-app.icecastUrl = "http://live2.fsf.org";
+app.icecastUrl = "//live2.fsf.org";
 
-app.icecastApiUrl = "http://live2.fsf.org";
+app.icecastApiUrl = "//live2.fsf.org";
 
 app.scheduleEvery = function(duration, thunk) {
   thunk();