We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1344233 + a229fdf commit bf81f17Copy full SHA for bf81f17
1 file changed
ui/oce/tools.es6
@@ -64,7 +64,7 @@ export let download = ({ep, filters, years, t}) => {
64
let {userAgent} = navigator;
65
let isSafari = -1 < userAgent.indexOf("Safari") && -1 == userAgent.indexOf("Chrom");//excludes both Chrome and Chromium
66
const isIE = navigator.appName == 'Microsoft Internet Explorer' || !!(navigator.userAgent.match(/Trident/)
67
- || navigator.userAgent.match(/rv 11/)) || $.browser.msie == 1;
+ || navigator.userAgent.match(/rv 11/));
68
if (isSafari || isIE) {
69
location.href = url;
70
return response;
0 commit comments