06/04 Optimize app
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
alert.style.transition = 'opacity 0.5s';
|
||||
alert.style.opacity = '0';
|
||||
setTimeout(() => alert.remove(), 500);
|
||||
}, 5000);
|
||||
}, 7000);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user