diff --git a/services/web/app/coffee/Features/Editor/EditorController.coffee b/services/web/app/coffee/Features/Editor/EditorController.coffee index f1b70b408f..9101ffdb6f 100644 --- a/services/web/app/coffee/Features/Editor/EditorController.coffee +++ b/services/web/app/coffee/Features/Editor/EditorController.coffee @@ -231,6 +231,7 @@ module.exports = EditorController = callback() getLastTimePollHappned: (callback)-> + logger.log "getting last time a poll happened in dropbox" tpdsPollingBackgroundTasks.getLastTimePollHappned callback updateProjectDescription: (project_id, description, callback = ->)-> diff --git a/services/web/app/coffee/Features/Email/Layouts/NotificationEmailLayout.coffee b/services/web/app/coffee/Features/Email/Layouts/NotificationEmailLayout.coffee index a4a2a70bc4..e67ef058e0 100644 --- a/services/web/app/coffee/Features/Email/Layouts/NotificationEmailLayout.coffee +++ b/services/web/app/coffee/Features/Email/Layouts/NotificationEmailLayout.coffee @@ -314,7 +314,7 @@ module.exports = _.template '''
+