Skip to content
Snippets Groups Projects
Commit 2dafe5ff authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Fix nopaque toast

parent 77f1bf6c
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
DarkReader.enable({"brightness": 100, "contrast": 100, "sepia": 0}); DarkReader.enable({"brightness": 100, "contrast": 100, "sepia": 0});
{% endif %} {% endif %}
{% for flashed_message in get_flashed_messages() %} {% for flashed_message in get_flashed_messages() %}
toast("{{ flashed_message }}"); nopaque.toast("{{ flashed_message }}");
{% endfor %} {% endfor %}
}); });
</script> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment