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:
@@ -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
|
||||
|
Reference in New Issue
Block a user