Skip to content

Commit

Permalink
[fix bug 1118211] Re-enable Firefox Desktop landing animation on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jan 9, 2015
1 parent ef6d495 commit bd28123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/js/firefox/desktop/intro-anim.js
Expand Up @@ -10,8 +10,8 @@
var isOldOpera= /Presto/.test(navigator.userAgent); var isOldOpera= /Presto/.test(navigator.userAgent);


function cutsTheMustard() { function cutsTheMustard() {
// temporarily disable on Firefox OSX until graphics bug (1083079) is fixed // Bug (1083079) fixed but effects Firefox 35
if (window.isFirefox() && window.getFirefoxMasterVersion() >= 35 && $('html').hasClass('osx')) { if (window.isFirefox() && window.getFirefoxMasterVersion() === 35 && $('html').hasClass('osx')) {
return false; return false;
} }


Expand Down

0 comments on commit bd28123

Please sign in to comment.