Remove empty-folder-filter
Doesn't really add anything and only causes issues for people. Solves #1671
This commit is contained in:
parent
6dce2bc250
commit
c203d79434
1 changed files with 1 additions and 4 deletions
|
|
@ -113,13 +113,10 @@ $(function() {
|
|||
},
|
||||
"model": function(data) {
|
||||
return data["type"] && (data["type"] == "model" || data["type"] == "folder");
|
||||
},
|
||||
"emptyFolder": function(data) {
|
||||
return data["type"] && (data["type"] != "folder" || data["weight"] > 0);
|
||||
}
|
||||
},
|
||||
"name",
|
||||
["emptyFolder"],
|
||||
[],
|
||||
[["sd", "local"], ["machinecode", "model"]],
|
||||
0
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue