Skip to content

Commit

Permalink
toast-message: Increase display duration 3s to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Feb 16, 2017
1 parent f554898 commit 8627bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/common/scripts.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
@for(key <- Context.current().flash().keySet) {
@if(key != utils.Constants.TITLE &&
key != utils.Constants.DESCRIPTION){
$yobi.notify("@Messages(Context.current().flash().get(key))", 3000);
$yobi.notify("@Messages(Context.current().flash().get(key))", 5000);
}
@if(key == utils.Constants.TITLE){
$yobi.alert("@Messages(Context.current().flash().get(key))", null,
Expand Down

0 comments on commit 8627bf8

Please sign in to comment.