Include link to support in error message #149

Merged
tobru merged 7 commits from error-with-help into main 2025-07-11 14:54:01 +00:00
Showing only changes of commit 5fa3d32c57 - Show all commits

View file

@ -9,7 +9,7 @@
<script> <script>
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const alert = document.getElementById('auto-dismiss-alert-{{ forloop.counter0|default:'0' }}'); const alert = document.getElementById('auto-dismiss-alert-{{ forloop.counter0|default:'0' }}');
if (alert) { if (alert && !alert.classList.contains('alert-danger')) {
setTimeout(function() { setTimeout(function() {
let opacity = 1; let opacity = 1;
const fadeOutInterval = setInterval(function() { const fadeOutInterval = setInterval(function() {