diff --git a/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee b/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee index a98a53a2b..d06cd0c1e 100644 --- a/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee +++ b/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee @@ -76,8 +76,8 @@ class Index extends App.Controller notify = "" + T('See more') + "" @article_changed = false article['html'] = article['html'].replace /^(--|__)/m, (match) => - notify + '
' + match @article_changed = true + notify + '
' + match if @article_changed article['html'] = article['html'] + '
'