Now use own templates (not from layout ref).
This commit is contained in:
parent
02470aa78a
commit
9066ef64b8
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ class chatWindow extends App.Controller
|
|||
time: time
|
||||
|
||||
addStatusMessage: (message) ->
|
||||
@body.append App.view('customer_chat/chat_status_message')
|
||||
@body.append App.view('customer_chat/customer_chat_status_message')
|
||||
message: message
|
||||
|
||||
@scrollToBottom()
|
||||
|
|
Loading…
Reference in a new issue