Just update chat window title if title exists.

This commit is contained in:
Martin Edenhofer 2017-12-18 04:49:08 +01:00
parent 9c54b3382d
commit fe2c77df9f

View file

@ -441,7 +441,8 @@ class ChatWindow extends App.Controller
tags: params.tags tags: params.tags
) )
@metaName.text(params.name) if !_.isEmpty(params.name)
@metaName.text(params.name)
render: -> render: ->
@html App.view('customer_chat/chat_window')( @html App.view('customer_chat/chat_window')(