Automatically refresh the drive when a change occurs in a shared folder
This commit is contained in:
@@ -237,6 +237,7 @@ define([
|
||||
});
|
||||
_getFiles['hrefArray'] = function () {
|
||||
var ret = [];
|
||||
if (sharedFolder) { return ret; }
|
||||
getHrefArray().forEach(function (c) {
|
||||
ret = ret.concat(_getFiles[c]());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user