mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
update supported browsers (#5791)
This commit is contained in:
parent
4a4e832d3a
commit
3a74cc7dc5
3 changed files with 9 additions and 9 deletions
6
website/views/layouts/layout-customer.ejs
vendored
6
website/views/layouts/layout-customer.ejs
vendored
|
|
@ -227,9 +227,9 @@
|
|||
msedge: '16',
|
||||
// msie: '11',
|
||||
safari: '10',//« earliest version to eliminate rare bug where `window.location` doesn't exist momentarily after doing a server-side redirect
|
||||
firefox: '28',//« earliest version to support both ES5 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
chrome: '29',//« earliest version to support both ES5 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
opera: '17',//« earliest version to support both ES5 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
firefox: '54',//« earliest version to support both ES6 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
chrome: '51',//« earliest version to support both ES6 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
opera: '38',//« earliest version to support both ES6 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
};
|
||||
var LATEST_SUPPORTED_VERSION_BY_BROWSER_NAME = {
|
||||
'microsoft edge': LATEST_SUPPORTED_VERSION_BY_USER_AGENT.msedge,
|
||||
|
|
|
|||
6
website/views/layouts/layout-landing.ejs
vendored
6
website/views/layouts/layout-landing.ejs
vendored
|
|
@ -229,9 +229,9 @@
|
|||
msedge: '16',
|
||||
// msie: '11',
|
||||
safari: '10',//« earliest version to eliminate rare bug where `window.location` doesn't exist momentarily after doing a server-side redirect
|
||||
firefox: '28',//« earliest version to support both ES5 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
chrome: '29',//« earliest version to support both ES5 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
opera: '17',//« earliest version to support both ES5 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
firefox: '54',//« earliest version to support both ES6 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
chrome: '51',//« earliest version to support both ES6 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
opera: '38',//« earliest version to support both ES6 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
};
|
||||
var LATEST_SUPPORTED_VERSION_BY_BROWSER_NAME = {
|
||||
'microsoft edge': LATEST_SUPPORTED_VERSION_BY_USER_AGENT.msedge,
|
||||
|
|
|
|||
6
website/views/layouts/layout.ejs
vendored
6
website/views/layouts/layout.ejs
vendored
|
|
@ -420,9 +420,9 @@
|
|||
msedge: '16',
|
||||
// msie: '11',
|
||||
safari: '10',//« earliest version to eliminate rare bug where `window.location` doesn't exist momentarily after doing a server-side redirect
|
||||
firefox: '28',//« earliest version to support both ES5 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
chrome: '29',//« earliest version to support both ES5 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
opera: '17',//« earliest version to support both ES5 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
firefox: '54',//« earliest version to support both ES6 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
chrome: '51',//« earliest version to support both ES6 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
opera: '38',//« earliest version to support both ES6 (for Vue.js) and unprefixed flexbox (for Bootstrap 4)
|
||||
};
|
||||
var LATEST_SUPPORTED_VERSION_BY_BROWSER_NAME = {
|
||||
'microsoft edge': LATEST_SUPPORTED_VERSION_BY_USER_AGENT.msedge,
|
||||
|
|
|
|||
Loading…
Reference in a new issue