docker changes and user authenticated message

This commit is contained in:
2014-10-09 15:08:37 +02:00
parent c6c26124c8
commit 9e9855f762
12 changed files with 41 additions and 12 deletions
@@ -23,7 +23,9 @@
handleAuthInfo: (user_id, auth_token)->
Qstorage.setItem 'user_id', user_id
Qstorage.setItem 'auth_token', auth_token
@__container__.lookup('controller:application').setCurrentList()
controller = @__container__.lookup('controller:application')
controller.setCurrentList()
controller.set 'notice', t('messages.authenticated')
App.deferReadiness()
Ember.$.ajaxPrefilter (options) ->
if options.type.toUpperCase() == 'GET'