show rules modal when clicking on rules link on register page
All checks were successful
delpoy / build-and-deploy (push) Successful in 47s
All checks were successful
delpoy / build-and-deploy (push) Successful in 47s
This commit is contained in:
parent
18d45b1a81
commit
5fd7f715e7
@ -170,8 +170,12 @@
|
|||||||
bind:inputElement={rulesInput}
|
bind:inputElement={rulesInput}
|
||||||
/>
|
/>
|
||||||
<label for="rules">
|
<label for="rules">
|
||||||
Ich bin mit den <a target="_blank" class="link" href="{env.PUBLIC_BASE_PATH}/rules"
|
Ich bin mit den <button
|
||||||
>Regeln</a
|
class="link"
|
||||||
|
on:click|preventDefault={() => {
|
||||||
|
rulesModal.show();
|
||||||
|
rulesModalTimer = setInterval(() => rulesModalSecondsOpened++, 1000);
|
||||||
|
}}>Regeln</button
|
||||||
>
|
>
|
||||||
einverstanden und achte sie
|
einverstanden und achte sie
|
||||||
<span class="text-red-700">*</span>
|
<span class="text-red-700">*</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user