mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +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>
|
||||
<button
|
||||
type="button"
|
||||
id="accept-terms-button"
|
||||
id="next-step"
|
||||
onclick="setTimeout(() => this.disabled = true, 0); setTimeout(() => this.disabled = false, 5000); return true;"
|
||||
class="button button-primary bg-primary">
|
||||
{{ ctrans('texts.i_agree') }}
|
||||
|
Loading…
Reference in New Issue
Block a user