Commit db964b4efc075b82cae75ee15cafa9b6d12a0486
1 parent
ae36e7cd
initialize parallax js on page ready
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -49,6 +49,9 @@ App.scroll = -> | @@ -49,6 +49,9 @@ App.scroll = -> | ||
49 | $(document).on "page:change", -> | 49 | $(document).on "page:change", -> |
50 | App.init() | 50 | App.init() |
51 | 51 | ||
52 | +$(document).ready -> | ||
53 | + App.init() | ||
54 | + | ||
52 | #$(window).on "scroll", -> | 55 | #$(window).on "scroll", -> |
53 | # App.scroll() | 56 | # App.scroll() |
54 | 57 |
Please
register
or
login
to post a comment