add general "new stuff" notification, linking to changelog

This commit is contained in:
Tyler Renelle
2013-03-21 10:31:23 -06:00
parent f032502368
commit 7529601dcc
4 changed files with 31 additions and 36 deletions
+2 -8
View File
@@ -61,14 +61,8 @@ module.exports.app = (appExports, model) ->
batch.commit()
browser.resetDom(model)
appExports.closeAlgosNotification = (e, el) ->
user.set('flags.algosNotification', 'hide')
appExports.closeOnliesNotification = (e, el) ->
user.set('flags.onliesNotification', 'hide')
appExports.closePriorityNotification = (e, el) ->
user.set('flags.priorityNotification', 'hide')
appExports.closeNewStuff = (e, el) ->
user.set('flags.newStuff', 'hide')
appExports.customizeGender = (e, el) ->
user.set 'preferences.gender', $(el).attr('data-value')