Added Umami tracking
This commit is contained in:
parent
193703ff5a
commit
4a2a52376f
3 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
<script src="{{url_for('static', filename='scripts/main.js')}}"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="{{url_for('static', filename='style/main.css')}}">
|
||||
<script defer src="https://umami.yarnecoppens.com/script.js" data-website-id="1d8c47c1-acee-47ff-a067-f5363a0514a2"></script>
|
||||
</head>
|
||||
|
||||
<body onload="indexOnLoad()" onclick="focusBarcodeInput()">
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
<script src="{{url_for('static', filename='scripts/main.js')}}"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="{{url_for('static', filename='style/main.css')}}">
|
||||
<script defer src="https://umami.yarnecoppens.com/script.js" data-website-id="1d8c47c1-acee-47ff-a067-f5363a0514a2"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
<script src="{{url_for('static', filename='scripts/main.js')}}"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="{{url_for('static', filename='style/main.css')}}">
|
||||
<script defer src="https://umami.yarnecoppens.com/script.js" data-website-id="1d8c47c1-acee-47ff-a067-f5363a0514a2"></script>
|
||||
</head>
|
||||
<body onload="loadCash({{price}})">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue