Reduce time modal

pull/9/head
Chewbaka69 6 years ago
parent 15cd21f1e1
commit 9b6072dfd2

@ -23,7 +23,7 @@ function show_alert(type, message) {
document.body.appendChild(div_container);
setTimeout(hide_alert, 10000);
setTimeout(hide_alert, 1000);
}
function hide_alert() {

Loading…
Cancel
Save