Include link to support in error message #149
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue