Upped opacity on notifications

This commit is contained in:
James Hsiao
2014-04-16 09:58:13 -04:00
parent 56ab7384cf
commit a68bb48eb2
+1 -1
View File
@@ -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,