Commit 3cca3ac218e4a00724f842796b8baceb2648b05f

Authored by Georg Hopp
1 parent 63cbac9f

disable parallax scroll effect... this makes more trouble 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