diff options
Diffstat (limited to 'public/js/main.js')
| -rw-r--r-- | public/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/main.js b/public/js/main.js index 2ffd33b..4be7843 100644 --- a/public/js/main.js +++ b/public/js/main.js | |||
| @@ -33,7 +33,7 @@ function toastNotify(message) { | |||
| 33 | var toast = document.getElementById('toast'); | 33 | var toast = document.getElementById('toast'); |
| 34 | toast.textContent = message; | 34 | toast.textContent = message; |
| 35 | toast.className = 'toast show'; | 35 | toast.className = 'toast show'; |
| 36 | setTimeout(function(){ toast.className = toast.className.replace('show', ''); }, 3000); | 36 | setTimeout(function(){ toast.className = toast.className.replace('show', ''); }, 5000); |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | 39 | ||
