From 038570fa200a1fbae9114143500a3cbdbe1efd87 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 5 Oct 2012 09:10:24 +0200 Subject: [PATCH] Fixed typo. --- .../javascripts/app/controllers/agent_ticket_zoom.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b5e84dbc5..85a19bc48 100644 --- a/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee +++ b/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee @@ -155,7 +155,7 @@ class Index extends App.Controller # show frontend times @frontendTimeUpdate() - # scrall to article if given + # scroll to article if given if @article_id && document.getElementById( 'article-' + @article_id ) offset = document.getElementById( 'article-' + @article_id ).offsetTop offset = offset - 45