Merge branch 'soon' into staging

This commit is contained in:
ansuz
2019-08-16 17:39:54 +02:00
4 changed files with 23 additions and 1 deletions

View File

@@ -4245,6 +4245,10 @@ define([
return;
}
history.sfId = false;
var ok = manager.isValidDrive(obj.drive);
if (!ok) { return; }
copyObjectValue(files, obj.drive);
appStatus.isReady = true;
refresh();