From 692eb59af47bc6eeb290ae2d4a4bc6230e176511 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Fri, 15 Mar 2019 13:57:12 -0400 Subject: [PATCH] removed port number from Mumble server address mumble suggests the default port when adding a server, and https://mumble.fsf.org lists the port. --- 2019/assets/js/stream.js | 2 +- 2019/live/room123.html | 2 +- 2019/live/room144.html | 2 +- 2019/live/room155.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2019/assets/js/stream.js b/2019/assets/js/stream.js index 2f0fd5e6..0a44840e 100644 --- a/2019/assets/js/stream.js +++ b/2019/assets/js/stream.js @@ -306,7 +306,7 @@ app.view = function(ctrl) { ]), m("li", [ "Conference-wide Mumble (voice chat) server: ", - m("strong", "mumble.fsf.org (port 64738)") + m("strong", "mumble.fsf.org") ]), m("li", [ "Conference hashtag for ", diff --git a/2019/live/room123.html b/2019/live/room123.html index 7bfaf1d7..531138eb 100755 --- a/2019/live/room123.html +++ b/2019/live/room123.html @@ -31,7 +31,7 @@ diff --git a/2019/live/room144.html b/2019/live/room144.html index fc604f43..74e39513 100755 --- a/2019/live/room144.html +++ b/2019/live/room144.html @@ -30,7 +30,7 @@ diff --git a/2019/live/room155.html b/2019/live/room155.html index f46f3870..4ee29444 100755 --- a/2019/live/room155.html +++ b/2019/live/room155.html @@ -30,7 +30,7 @@ -- 2.25.1