Keep warning notifications on-screen for longer.

master
Pacman Ghost 6 years ago
parent f4a5b8386d
commit b095dee636
  1. 1
      vasl_templates/webapp/static/utils.js

@ -205,6 +205,7 @@ function doShowNotificationMsg( msg_type, msg )
title: null,
message: msg,
location: "br",
duration: (msg_type == "warning") ? 15*1000 : 5*1000,
fixed: (msg_type == "error"),
} ) ;
}

Loading…
Cancel
Save