Matomo link hinzugefügt, datenbank angepasst

This commit is contained in:
silas
2018-10-21 15:04:59 +02:00
parent 20fd1fcf8a
commit 0af8f4d7b1
6 changed files with 7218 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import {Selector} from 'testcafe';
import {ClientFunction} from 'testcafe';
let isLocal = true;
let isLocal = false;
const goBack = ClientFunction(() => window.history.back());