mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Persistent notifications.
This commit is contained in:
@@ -680,5 +680,8 @@
|
||||
floating_div.appendChild(messages);
|
||||
document.body.appendChild(floating_div);
|
||||
|
||||
{% for entry in notifications %}
|
||||
console.log({{ entry[0] }}, {{ entry[1] }}, {{ entry[2] }});
|
||||
{% endfor %}
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user