Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
o Removed the parallax effect for Firefox, seems to be the culprit f…
Browse files Browse the repository at this point in the history
…or poor scrolling
  • Loading branch information
olemoy committed Mar 14, 2012
1 parent e13a72e commit fcfea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/webapp/js/script.js
Expand Up @@ -98,7 +98,7 @@ $(function() {
}

// Parallax headers.
if(!isMobile) {
if(!isMobile && !browser.mozilla) {
(function () {
var next, part;
$(window).scroll(function(){
Expand Down

0 comments on commit fcfea20

Please sign in to comment.