Fixes #390 added fixed notification area to top

This commit is contained in:
david.rhinehart
2013-02-16 11:02:55 -06:00
parent 1fa00fb658
commit fb90106f7e
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -156,6 +156,7 @@ setupGrowlNotifications = (model) ->
#don't show notifications if user dead
return if user.get('stats.lvl') == 0
$.bootstrapGrowl html,
ele: '#notification-area',
type: type # (null, 'info', 'error', 'success')
top_offset: 20
align: 'right' # ('left', 'right', or 'center')