mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
fixed edit action
This commit is contained in:
parent
1ff98bb6df
commit
a9f8239516
1 changed files with 1 additions and 1 deletions
|
@ -1032,7 +1032,7 @@ function changeToEditMode() {
|
|||
data: {custom_field: {name: newName}},
|
||||
dataType: 'json',
|
||||
success: function() {
|
||||
text.text(generateColumnNameTooltip(newName));
|
||||
text.html(generateColumnNameTooltip(newName));
|
||||
$(table.columns().header()).filter('#' + id).text(newName);
|
||||
cancelEditMode();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue