Fix issues with POST/GET arguments and the modal

This commit is contained in:
2022-08-14 22:58:29 +01:00
parent e7b7695efd
commit 8b7dffa1b4
5 changed files with 36 additions and 6 deletions

View File

@@ -13,7 +13,10 @@
"channel": "{{ params.channel|escapejs }}",
"time": "{{ params.time|escapejs }}",
"date": "{{ params.date|escapejs }}",
"index": "{{ params.index }}"}'
"index": "{{ params.index }}",
"type": "{{ params.type|escapejs }}",
"mtype": "{{ params.mtype|escapejs }}",
"nick": "{{ params.nick|escapejs }}",}'
hx-target="#modals-here"
hx-trigger="load">
</div>