Browse Source

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

responsive
Georg Hopp 10 years ago
parent
commit
ae36e7cd71
  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