mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-10 15:37:02 +00:00
Adds gtag code to resolve occasional unit test failures from race condition
This commit is contained in:
parent
080c344094
commit
d4e57b3c34
@ -5,6 +5,10 @@
|
||||
<title>CR Connect - Configuration</title>
|
||||
<base href="/">
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
const ENV = {
|
||||
homeRoute: '$HOME_ROUTE',
|
||||
production: '$PRODUCTION',
|
||||
|
Loading…
x
Reference in New Issue
Block a user