mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
15 lines
328 B
PHP
15 lines
328 B
PHP
<x-comments::signed-layout>
|
|
|
|
Do you want to reject the comment?
|
|
|
|
<form class="form" method="POST">
|
|
@csrf
|
|
<button id="confirmationButton" class="button" type="submit">Approve</button>
|
|
</form>
|
|
|
|
</x-comments::signed-layout>
|
|
|
|
<script>
|
|
document.getElementById("confirmationButton").click();
|
|
</script>
|