diff --git a/app/ui.js b/app/ui.js index 13c00247..c77b7dd1 100644 --- a/app/ui.js +++ b/app/ui.js @@ -470,8 +470,8 @@ var UI; time = 1500; } - // A specified time of zero means no timeout - if (time != 0) { + // Error messages do not timeout + if (status_type !== 'error') { UI.statusTimeout = window.setTimeout(UI.hideStatus, time); } },