Add condition to allow folder upload

pull/1/head
ClemDee 2019-07-18 16:11:19 +02:00
parent 5c5a6b963d
commit 438ff211e1
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ define([
editable: false,
mobile: function () { return $('body').width() <= 600; }, // Menu and content area are not inline-block anymore for mobiles
isMac: navigator.platform === "MacIntel",
allowFolderUpload: true,
allowFolderUpload: File.prototype.hasOwnProperty("webkitRelativePath"),
};
var stringify = function (obj) {