Commit db964b4efc075b82cae75ee15cafa9b6d12a0486

Authored by Georg Hopp
1 parent ae36e7cd

initialize parallax js on page ready

... ... @@ -49,6 +49,9 @@ App.scroll = ->
49 49 $(document).on "page:change", ->
50 50 App.init()
51 51
  52 +$(document).ready ->
  53 + App.init()
  54 +
52 55 #$(window).on "scroll", ->
53 56 # App.scroll()
54 57
... ...
Please register or login to post a comment