Wechsel von GitLab zu Gitea #1

Merged
XimeX merged 2 commits from pludi/usrspace-browser-addon:master into master 2019-07-30 18:05:44 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9b828003d5 - Show all commits

View File

@ -2,7 +2,7 @@ window.Config = {
refreshTimeout: 1000 * 60 * 5, // 5min,
spaceApiUrl: 'https://usrspace.at/spaceapi',
calenderUrl: 'https://usrspace.at/calendar.php',
openColor: '#00ff00',
openColor: '#009933',
quickLinks: [
{
url: 'https://usrspace.at/',
@ -29,4 +29,4 @@ window.Config = {
text: 'NextCloud'
}
]
};
};