pull in some small changes from private

This commit is contained in:
Tyler Renelle
2012-11-14 17:46:22 -05:00
parent fb1fc7eb80
commit 0088ea516b
5 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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