From 562d58be71f6366b000852df90cd143f7a322cab Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Wed, 21 Oct 2020 22:04:05 +0200 Subject: [PATCH] change spaceApiUrl and nextcloud label --- README.md | 4 ++-- config.js | 4 ++-- popup/index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bbbcfcf..8335b9f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - Looks for connected dynamic IPs (DHCP) - Refreshes every 5min - Show the next event -- Quick-Links (Homepage, Wiki, Gitea, NextCloud) +- Quick-Links (Homepage, Wiki, Gitea, Nextcloud) ## Install ```ssh @@ -23,4 +23,4 @@ Used icons from FontAwesome https://fontawesome.com/license ## License -MIT \ No newline at end of file +MIT diff --git a/config.js b/config.js index 7376624..4115d60 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ window.Config = { refreshTimeout: 1000 * 60 * 5, // 5min, - spaceApiUrl: 'https://www.usrspace.at/spaceapi', + spaceApiUrl: 'https://www.usrspace.at/spaceapi.json', calenderUrl: 'https://www.usrspace.at/calendar.php', openColor: '#33cc33', quickLinks: [ @@ -26,7 +26,7 @@ window.Config = { url: 'https://cloud.usrspace.at/', img: 'icons/font-awesome/cloud-solid.svg', alt: 'Cloud', - text: 'NextCloud' + text: 'Nextcloud' } ] }; diff --git a/popup/index.html b/popup/index.html index 1ccfbbe..9e3a94f 100644 --- a/popup/index.html +++ b/popup/index.html @@ -34,7 +34,7 @@