Fixed typo.

This commit is contained in:
Martin Edenhofer 2012-10-05 09:10:24 +02:00
parent 6010dfe9ab
commit 038570fa20

View file

@ -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