pull in some small changes from private
This commit is contained in:
@@ -11,7 +11,7 @@ model = undefined
|
||||
setModel = (m) ->
|
||||
model = m
|
||||
user = model.at('_user')
|
||||
setupNotifications()
|
||||
setupNotifications() unless model.get('_mobileDevice')
|
||||
|
||||
setupNotifications = ->
|
||||
return unless jQuery? # Only run this in the browser
|
||||
|
||||
@@ -46,7 +46,7 @@ module.exports = (expressApp, root, derby) ->
|
||||
model.at('_habitList').push {
|
||||
id: taskId
|
||||
type: 'habit'
|
||||
text: (title || taskId) + ' *'
|
||||
text: (title || taskId)
|
||||
value: 0
|
||||
up: true
|
||||
down: true
|
||||
|
||||
Reference in New Issue
Block a user