Remove empty-folder-filter

Doesn't really add anything and only causes issues for people.

Solves #1671
This commit is contained in:
Gina Häußge 2017-02-21 17:06:26 +01:00
parent 6dce2bc250
commit c203d79434

View file

@ -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
);