add support for folder upload on firefox

pull/282/head
nightwing 2016-03-29 01:05:36 +04:00
rodzic ee57e15889
commit 81fe8edb8a
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -116,7 +116,7 @@
"c9.ide.theme.flat": "#81dadeee55",
"c9.ide.threewaymerge": "#229382aa0b",
"c9.ide.undo": "#b028bcb4d5",
"c9.ide.upload": "#0bd010d3dc",
"c9.ide.upload": "#a3da59803d",
"c9.ide.welcome": "#5b86c44e92",
"c9.ide.guide": "#8ab966f344"
}

Wyświetl plik

@ -1082,6 +1082,8 @@ define(function(require, exports, module) {
if (typeof node == "string")
node = fsCache.findNode(node, "refresh");
if (node && !node.isFolder)
node = node.parent;
if (node && node.status === "loaded") {
tree.provider.setAttribute(node, "status", "pending");
node.children = null;