This commit is contained in:
barisusakli
2014-12-21 14:14:46 -05:00
parent e22c13abd4
commit e6b4a45cda
3 changed files with 3 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ app.uid = null;
title: '[[global:alert.error]]',
message: message,
type: 'danger',
timeout: timeout ? timeout : 2000
timeout: timeout ? timeout : 5000
});
};