summaryrefslogtreecommitdiffstats
path: root/web/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/client.js')
-rw-r--r--web/client.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/client.js b/web/client.js
index 976f5e8..e4b4726 100644
--- a/web/client.js
+++ b/web/client.js
@@ -1012,7 +1012,10 @@ $(function() {
name,
isTreeNode(meta.members) ? {} : null
).done(function(txnValid) {
+ if (_.isObject(meta.removable))
+ meta.removable = [];
meta.removable.push(name);
+
self.renderCollectionMember(name, meta);
button.prop("class", null);
statusBar.validationReady(txnValid);