1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 23:34:45 +00:00

update upload link&add safair support (#3812)

* update upload link&add safair support

* update seafile-js version
This commit is contained in:
杨顺强
2019-07-08 13:16:01 +08:00
committed by Daniel Pan
parent e19696e63c
commit d207be56bc
4 changed files with 9 additions and 8 deletions

View File

@@ -240,7 +240,8 @@ export const Utils = {
isSupportUploadFolder: function() {
return navigator.userAgent.indexOf('Firefox')!=-1 ||
navigator.userAgent.indexOf('Chrome') > -1;
navigator.userAgent.indexOf('Chrome') > -1 ||
navigator.userAgent.indexOf("Safari") > -1;
},
isIEBrower: function() { // is ie <= ie11 not include Edge