mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 02:24:20 +00:00
Fix nopaque toast
This commit is contained in:
parent
77f1bf6cc8
commit
2dafe5ff0f
@ -105,7 +105,7 @@
|
||||
DarkReader.enable({"brightness": 100, "contrast": 100, "sepia": 0});
|
||||
{% endif %}
|
||||
{% for flashed_message in get_flashed_messages() %}
|
||||
toast("{{ flashed_message }}");
|
||||
nopaque.toast("{{ flashed_message }}");
|
||||
{% endfor %}
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user