Commit ae36e7cd712527d73eee7e315491a17416d9fe4a

Authored by Georg Hopp
1 parent e580e53e

disable parallax effect. This makes more problems than it is worth.

... ... @@ -49,7 +49,7 @@ App.scroll = ->
49 49 $(document).on "page:change", ->
50 50 App.init()
51 51
52   -$(window).on "scroll", ->
53   - App.scroll()
  52 +#$(window).on "scroll", ->
  53 +# App.scroll()
54 54
55 55 # vim: set ts=2 sw=2:
... ...
Please register or login to post a comment