Added support for processing modal

This commit is contained in:
Arc 2020-01-16 20:49:48 +00:00 committed by GitHub
parent 4c739dbb90
commit c3a78df4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}