mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 03:57:29 +02:00
Added support for processing modal
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
<!-- @format -->
|
<!-- @format -->
|
||||||
|
|
||||||
{% extends "index.html" %} {% block call_to_action %}
|
{% extends "index.html" %} {% block call_to_action %}
|
||||||
<a href="lnurlwallet?lightning={{ lnurl }}">
|
|
||||||
<button
|
<button
|
||||||
type="button"
|
|
||||||
class="btn btn-block btn-primary btn-lg"
|
class="btn btn-block btn-primary btn-lg"
|
||||||
class="btn btn-primary"
|
onclick="processing()"
|
||||||
|
data-toggle="modal"
|
||||||
|
data-target=".proc"
|
||||||
>
|
>
|
||||||
Press to claim bitcoin!
|
Press to claim bitcoin!
|
||||||
</button></a
|
</button>
|
||||||
>
|
<div id="processing">
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Reference in New Issue
Block a user