mirror of https://git.48k.eu/ogcp
Move toasts messages to the bottom right
Also, increase its duration from 5 to 10 seconds.multi-ogserver
parent
1869ad6eb4
commit
e5087d2cfd
|
@ -110,9 +110,9 @@
|
|||
{% endif %}
|
||||
$(document).Toasts('create', {
|
||||
class: bgclass,
|
||||
position: 'topLeft',
|
||||
position: 'bottomRight',
|
||||
autohide: true,
|
||||
delay: 5000,
|
||||
delay: 10000,
|
||||
title: '{{ message }}',
|
||||
})
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue