kickstarter celebration notification

This commit is contained in:
Tyler Renelle
2013-02-15 19:24:03 -05:00
parent 8e39aa16c1
commit 7ce6ae3eee
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -58,6 +58,9 @@ module.exports.app = (appExports, model) ->
appExports.closeKickstarterNofitication = (e, el) ->
user.set('flags.kickstarter', 'hide')
appExports.closeCelebrationNofitication = (e, el) ->
user.set('flags.celebrationEvent', 'hide')
appExports.customizeGender = (e, el) ->
user.set 'preferences.gender', $(el).attr('data-value')