mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 00:23:01 +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}},
|
data: {custom_field: {name: newName}},
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
success: function() {
|
success: function() {
|
||||||
text.text(generateColumnNameTooltip(newName));
|
text.html(generateColumnNameTooltip(newName));
|
||||||
$(table.columns().header()).filter('#' + id).text(newName);
|
$(table.columns().header()).filter('#' + id).text(newName);
|
||||||
cancelEditMode();
|
cancelEditMode();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue