diff --git a/public/js/services/notificationServices.js b/public/js/services/notificationServices.js index 0081b8a9a1..0ced1e61d5 100644 --- a/public/js/services/notificationServices.js +++ b/public/js/services/notificationServices.js @@ -8,7 +8,7 @@ angular.module("notificationServices", []) var notice = $.pnotify({ type: type || 'warning', //('info', 'text', 'warning', 'success', 'gp', 'xp', 'hp', 'lvl', 'death', 'mp', 'crit') text: html, - opacity: .75, + opacity: 1, addclass: 'alert-' + type, delay: 7000, hide: (type == 'error') ? false : true,