diff options
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/script/futon.browse.js | 2 |
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() { |