From 9999dcbe98a8b9f5fd990f0c05caf010edaf2450 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 22 Oct 2014 18:54:44 -0300 Subject: [PATCH] Show the notification messages for more time --- js/services/notifications.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js/services/notifications.js b/js/services/notifications.js index ba8cb49f9..21040d74c 100644 --- a/js/services/notifications.js +++ b/js/services/notifications.js @@ -9,11 +9,11 @@ factory('notification', ['$timeout', var settings = { info: { - duration: 5000, + duration: 10000, enabled: true }, funds: { - duration: 5000, + duration: 7000, enabled: true }, version: { @@ -21,11 +21,11 @@ factory('notification', ['$timeout', enabled: true }, warning: { - duration: 5000, + duration: 7000, enabled: true }, error: { - duration: 5000, + duration: 10000, enabled: true }, success: { @@ -42,7 +42,7 @@ factory('notification', ['$timeout', }, details: true, localStorage: false, - html5Mode: false, + html5Mode: true, html5DefaultIcon: 'img/favicon.ico' };