Only enable highlighter for agents.

This commit is contained in:
Martin Edenhofer 2015-06-12 09:32:00 +02:00
parent ee4085fd07
commit c7dc7add0b

View file

@ -36,7 +36,7 @@ class App.TicketZoomHighlighter extends App.Controller
constructor: -> constructor: ->
super super
#@articles = @el.closest('.content').find('.textBubble-content') return if !@isRole('Agent')
rangy.init() rangy.init()