Skip to content

Commit bd28123

Browse files
committed
[fix bug 1118211] Re-enable Firefox Desktop landing animation on OSX
1 parent ef6d495 commit bd28123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

media/js/firefox/desktop/intro-anim.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
var isOldOpera= /Presto/.test(navigator.userAgent);
1111

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

0 commit comments

Comments
 (0)