Only start if user is in group chat.
This commit is contained in:
parent
a0169db600
commit
c2aea9ecc6
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ class App.CustomerChat extends App.Controller
|
|||
constructor: ->
|
||||
super
|
||||
|
||||
return if !@isRole('Chat')
|
||||
|
||||
@i = 0
|
||||
@chatWindows = {}
|
||||
@totalQuestions = 7
|
||||
|
|
Loading…
Reference in a new issue