projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ab402
)
Switch from quitter to status
author
Michael McMahon
<michael@fsf.org>
Thu, 21 Mar 2019 19:28:41 +0000
(15:28 -0400)
committer
Michael McMahon
<michael@fsf.org>
Thu, 21 Mar 2019 19:28:41 +0000
(15:28 -0400)
2019/tv/index.html
patch
|
blob
|
blame
|
history
diff --git
a/2019/tv/index.html
b/2019/tv/index.html
index 8992486949a4698bb3548d5c0282cf93c93112bd..b75cc7cf74b408547e26c459b307733921c8f409 100755
(executable)
--- 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) => {