mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update signature button ID
This commit is contained in:
parent
d70c07bb5c
commit
724ffca9f6
@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="mt-5 sm:mt-4 sm:flex sm:flex-row-reverse" >
|
<div class="mt-5 sm:mt-4 sm:flex sm:flex-row-reverse" >
|
||||||
<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 type="button" id="signature-next-step" class="button button-primary bg-primary" @click="document.getElementById('displaySignatureModal').style.display = 'none';">
|
<button type="button" id="next-step" class="button button-primary bg-primary" @click="document.getElementById('displaySignatureModal').style.display = 'none';">
|
||||||
{{ ctrans('texts.next_step') }}
|
{{ ctrans('texts.next_step') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -40,3 +40,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const signaturePad = new SignaturePad(
|
||||||
|
document.getElementById("signature-pad"),
|
||||||
|
{
|
||||||
|
penColor: "rgb(0, 0, 0)"
|
||||||
|
}
|
||||||
|
);
|
||||||
|
</script>
|
Loading…
x
Reference in New Issue
Block a user