mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
repair code error
This commit is contained in:
@@ -229,7 +229,7 @@ export const Utils = {
|
||||
navigator.userAgent.indexOf('Chrome') > -1;
|
||||
},
|
||||
|
||||
isIEBrower: function() {
|
||||
isIEBrower: function() { // is ie <= ie11 not include Edge
|
||||
var userAgent = navigator.userAgent;
|
||||
var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1;
|
||||
var isIE11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1;
|
||||
|
Reference in New Issue
Block a user