make alertify display time configurable

This commit is contained in:
ansuz
2016-12-28 17:13:00 +01:00
parent 32d7fc55d2
commit 89e5830409
2 changed files with 20 additions and 9 deletions

View File

@@ -6,5 +6,11 @@ define(function() {
*/
config.availablePadTypes = ['pad', 'code', 'slide', 'poll'];
/* Cryptpad apps use a common API to display notifications to users
* by default, notifications are hidden after 5 seconds
* You can change their duration here (measured in milliseconds)
*/
config.notificationTimeout = 5000;
return config;
});