mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 22:54:25 +01:00
Update accept terms button ID
This commit is contained in:
parent
724ffca9f6
commit
b61d68847b
@ -29,7 +29,7 @@
|
|||||||
<div class="flex w-full rounded-md shadow-sm sm:ml-3 sm:w-auto" x-data>
|
<div class="flex w-full rounded-md shadow-sm sm:ml-3 sm:w-auto" x-data>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
id="accept-terms-button"
|
id="next-step"
|
||||||
onclick="setTimeout(() => this.disabled = true, 0); setTimeout(() => this.disabled = false, 5000); return true;"
|
onclick="setTimeout(() => this.disabled = true, 0); setTimeout(() => this.disabled = false, 5000); return true;"
|
||||||
class="button button-primary bg-primary">
|
class="button button-primary bg-primary">
|
||||||
{{ ctrans('texts.i_agree') }}
|
{{ ctrans('texts.i_agree') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user