diff --git a/index.html b/index.html index 4be1a1f8..7432268d 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,9 @@
-
+
- +
diff --git a/model.js b/model.js index 31cff8e6..3073ddd7 100644 --- a/model.js +++ b/model.js @@ -148,7 +148,7 @@ function copySource(el) { function getPath(el) { let $node = $(el).closest('[data-index]'); let index = $node.attr('data-index'); - if (index === 'pools') return ['pools']; + if (index === 'table') return []; let parent = getPath($node.parent()); parent.push(index); return parent;