Browse Source

support non firefox gecko browsers

master
j 14 years ago
parent
commit
5bd21769ed
  1. 4
      build/js/ox.load.js

4
build/js/ox.load.js

@ -44,6 +44,8 @@ $(function() {
userAgent = name;
return false;
}
if (!userAgent && navigator.userAgent.indexOf('Gecko') > -1)
userAgent = 'Firefox';
});
return userAgent;
}
@ -151,4 +153,4 @@ $(function() {
}
}
});
});

Loading…
Cancel
Save