Fixed typo.
This commit is contained in:
parent
6010dfe9ab
commit
038570fa20
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue