Only enable highlighter for agents.
This commit is contained in:
parent
ee4085fd07
commit
c7dc7add0b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class App.TicketZoomHighlighter extends App.Controller
|
|||
constructor: ->
|
||||
super
|
||||
|
||||
#@articles = @el.closest('.content').find('.textBubble-content')
|
||||
return if !@isRole('Agent')
|
||||
|
||||
rangy.init()
|
||||
|
||||
|
|
Loading…
Reference in a new issue