|
|
@ -93,7 +93,7 @@
|
|
|
|
@visitCount = @store.get('count') or 0
|
|
|
|
@visitCount = @store.get('count') or 0
|
|
|
|
@store.set 'count', ++@visitCount
|
|
|
|
@store.set 'count', ++@visitCount
|
|
|
|
new app.views.Notif 'Share', autoHide: null if @visitCount is 5
|
|
|
|
new app.views.Notif 'Share', autoHide: null if @visitCount is 5
|
|
|
|
new app.views.Notif 'Thanks', autoHide: null if @visitCount is 10
|
|
|
|
new app.views.Notif 'Thanks', autoHide: null if @visitCount is 10 or ((n = app.store.get('news')) and n <= 1417305600000)
|
|
|
|
new app.views.News()
|
|
|
|
new app.views.News()
|
|
|
|
|
|
|
|
|
|
|
|
reload: ->
|
|
|
|
reload: ->
|
|
|
|