From: Michael McMahon Date: Thu, 21 Mar 2019 19:28:41 +0000 (-0400) Subject: Switch from quitter to status X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d1e13c74a8ea5a7972411b010b34534264693c18;p=libreplanet-static.git Switch from quitter to status --- diff --git a/2019/tv/index.html b/2019/tv/index.html index 89924869..b75cc7cf 100755 --- a/2019/tv/index.html +++ b/2019/tv/index.html @@ -329,7 +329,7 @@ aside { position: relative; } const DOMPARSER = new DOMParser().parseFromString.bind(new DOMParser()) var frag = document.createDocumentFragment() var hasBegun = true -var feedUrl = 'https://quitter.im/libreplanet/all/rss' +var feedUrl = 'https://status.fsf.org/lpstatus/all/rss' /* Fetch the RSS Feed */ fetch(feedUrl).then((res) => { res.text().then((xmlTxt) => {