We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6d495 commit bd28123Copy full SHA for bd28123
media/js/firefox/desktop/intro-anim.js
@@ -10,8 +10,8 @@
10
var isOldOpera= /Presto/.test(navigator.userAgent);
11
12
function cutsTheMustard() {
13
- // temporarily disable on Firefox OSX until graphics bug (1083079) is fixed
14
- if (window.isFirefox() && window.getFirefoxMasterVersion() >= 35 && $('html').hasClass('osx')) {
+ // Bug (1083079) fixed but effects Firefox 35
+ if (window.isFirefox() && window.getFirefoxMasterVersion() === 35 && $('html').hasClass('osx')) {
15
return false;
16
}
17
0 commit comments