More css tweaks and bug fixes

This commit is contained in:
Pieter Vander Vennet 2020-07-25 18:00:08 +02:00
parent fd350bb095
commit eb4dda1ba2
29 changed files with 294 additions and 107303 deletions

View file

@ -17,6 +17,9 @@ export class QueryParameters {
private static init() {
const knownSources = {}
if(window === undefined){
return;
}
if (window.location.search) {
const params = window.location.search.substr(1).split("&");
for (const param of params) {