mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 09:19:24 +01:00
add extension point for pull payment view
This commit is contained in:
parent
fd6d361e1a
commit
7f2c4d2e7a
1 changed files with 2 additions and 1 deletions
|
@ -227,10 +227,11 @@
|
|||
});
|
||||
</script>
|
||||
}
|
||||
<script>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
document.getElementById("copyLink").addEventListener("click", window.copyUrlToClipboard);
|
||||
});
|
||||
</script>
|
||||
<vc:ui-extension-point location="pullpayment-view" model="@Model"></vc:ui-extension-point>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue