Compare commits
1 Commits
df0438f407
...
73241c4116
| Author | SHA1 | Date | |
|---|---|---|---|
|
73241c4116
|
@ -65,7 +65,7 @@
|
|||||||
</script></span>
|
</script></span>
|
||||||
</label>
|
</label>
|
||||||
<script>
|
<script>
|
||||||
if (qp.action == 'arrival')
|
if (qp && qp.action == 'arrival')
|
||||||
document.write('<label class="checkbox"><input type="checkbox" name="tested" id="tested"><span>I have been tested negative for COVID in the last 24 hours</span></label>')
|
document.write('<label class="checkbox"><input type="checkbox" name="tested" id="tested"><span>I have been tested negative for COVID in the last 24 hours</span></label>')
|
||||||
</script>
|
</script>
|
||||||
<input type="submit">
|
<input type="submit">
|
||||||
|
|||||||
Reference in New Issue
Block a user