Commit ae36e7cd712527d73eee7e315491a17416d9fe4a
1 parent
e580e53e
disable parallax effect. This makes more problems than it is worth.
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -49,7 +49,7 @@ App.scroll = -> | @@ -49,7 +49,7 @@ App.scroll = -> | ||
49 | $(document).on "page:change", -> | 49 | $(document).on "page:change", -> |
50 | App.init() | 50 | App.init() |
51 | 51 | ||
52 | -$(window).on "scroll", -> | ||
53 | - App.scroll() | 52 | +#$(window).on "scroll", -> |
53 | +# App.scroll() | ||
54 | 54 | ||
55 | # vim: set ts=2 sw=2: | 55 | # vim: set ts=2 sw=2: |
Please
register
or
login
to post a comment