Fix nopaque toast

This commit is contained in:
Patrick Jentsch 2020-01-23 12:06:30 +01:00
parent 77f1bf6cc8
commit 2dafe5ff0f

View File

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