From 60c8dc145102d8dd2502289316e21c314ce91d07 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Sat, 23 Mar 2019 10:01:08 -0400 Subject: [PATCH] Revert "Switch from quitter to status" This reverts commit d1e13c74a8ea5a7972411b010b34534264693c18. the other address wasn't working --- 2019/tv/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/tv/index.html b/2019/tv/index.html index 001e0571..9d0091b8 100755 --- a/2019/tv/index.html +++ b/2019/tv/index.html @@ -370,7 +370,7 @@ aside { position: relative; } const DOMPARSER = new DOMParser().parseFromString.bind(new DOMParser()) var frag = document.createDocumentFragment() var hasBegun = true -var feedUrl = 'https://status.fsf.org/lpstatus/all/rss' +var feedUrl = 'https://quitter.im/libreplanet/all/rss' /* Fetch the RSS Feed */ fetch(feedUrl).then((res) => { res.text().then((xmlTxt) => { -- 2.25.1