habitica-self-host/src/app/pets.coffee

11 lines
252 B
CoffeeScript
Raw Normal View History

2013-03-08 17:44:21 +00:00
###
app exports
###
module.exports.app = (appExports, model) ->
user = model.at '_user'
user.on 'set', 'flags.dropsEnabled', (captures, args) ->
return unless captures == true
# do drops enabled stuff
$('#dropsEnabled-modal').show()