Matomo link hinzugefügt, datenbank angepasst
This commit is contained in:
parent
20fd1fcf8a
commit
0af8f4d7b1
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
npm run build 1
|
npm run build
|
||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#testcafe firefox test/test.testcafe.js
|
testcafe firefox test/test.testcafe.js
|
||||||
testcafe remote test/test.testcafe.js --qr-code
|
#testcafe remote test/test.testcafe.js --qr-code
|
||||||
|
|||||||
@ -19,7 +19,7 @@ return [
|
|||||||
'user' => 'silas',
|
'user' => 'silas',
|
||||||
'password' => 'AbGonWigogNulfAyp',
|
'password' => 'AbGonWigogNulfAyp',
|
||||||
'host' => '127.0.0.1',
|
'host' => '127.0.0.1',
|
||||||
'dbname' => 'silas_wordRotator',
|
'dbname' => 'silas_WordRotator',
|
||||||
'driverOptions' => array(
|
'driverOptions' => array(
|
||||||
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'
|
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'
|
||||||
),
|
),
|
||||||
|
|||||||
7213
public/js/app.js
7213
public/js/app.js
File diff suppressed because one or more lines are too long
@ -6,4 +6,4 @@ Translator.supportedLanguages = ["de"];
|
|||||||
Translator.markTranslations = false;
|
Translator.markTranslations = false;
|
||||||
Translator.markUntranslatedTranslations = false;
|
Translator.markUntranslatedTranslations = false;
|
||||||
|
|
||||||
Matomo.SIDE_ID = null;
|
Matomo.SIDE_ID = 3;
|
||||||
@ -1,7 +1,7 @@
|
|||||||
import {Selector} from 'testcafe';
|
import {Selector} from 'testcafe';
|
||||||
import {ClientFunction} from 'testcafe';
|
import {ClientFunction} from 'testcafe';
|
||||||
|
|
||||||
let isLocal = true;
|
let isLocal = false;
|
||||||
|
|
||||||
|
|
||||||
const goBack = ClientFunction(() => window.history.back());
|
const goBack = ClientFunction(() => window.history.back());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user