summaryrefslogtreecommitdiff
path: root/share/www
diff options
context:
space:
mode:
Diffstat (limited to 'share/www')
-rw-r--r--share/www/script/futon.browse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js
index ddc56187..492202d1 100644
--- a/share/www/script/futon.browse.js
+++ b/share/www/script/futon.browse.js
@@ -787,7 +787,7 @@
delete doc[fieldName];
th.children().remove();
th.append($("<b></b>").text(newName));
- _initKey(doc, th.parent("tr"), fieldName);
+ _initKey(doc, th.parent("tr"), newName);
page.isDirty = true;
}
function cancelChange() {