Browse Source

disable parallax scroll effect... this makes more trouble than it is worth.

master
Georg Hopp 10 years ago
parent
commit
3cca3ac218
  1. 4
      app/assets/javascripts/parallax.coffee

4
app/assets/javascripts/parallax.coffee

@ -49,7 +49,7 @@ App.scroll = ->
$(document).on "page:change", ->
App.init()
$(window).on "scroll", ->
App.scroll()
#$(window).on "scroll", ->
# App.scroll()
# vim: set ts=2 sw=2:
Loading…
Cancel
Save