Add configurable guideline redirect

This commit is contained in:
2020-12-01 14:06:05 +01:00
committed by Oskar
parent 15d7533ffe
commit 0703ec949a
3 changed files with 14 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<title>FTracker</title>
<script>
var cbt = {
'arrival': 'I have read the protection <a href="/guidelines">guidelines</a>',
'arrival': 'I have read and will adhere to the <a href="/guidelines" target="_blank">protection guidelines</a>',
'departure': 'I have cleaned my workspace'
}
function getParams() {