summaryrefslogtreecommitdiffstats
path: root/web/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/client.js')
-rw-r--r--web/client.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/client.js b/web/client.js
index 6e25c63..61e1e62 100644
--- a/web/client.js
+++ b/web/client.js
@@ -153,7 +153,9 @@ $(function() {
var path = $.param.fragment();
function isTreeNode(meta) {
- return _.contains(["collection", "model", "set"], meta.type);
+ return _.contains(
+ ["collection", "list", "model", "set"], meta.type
+ );
}
function split(path) {