mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Merge pull request #460 from ZmagoD/zd_SCI_962
fixes RTF bug for new text results [fixes SCI-962]
This commit is contained in:
commit
83ac1d624c
1 changed files with 1 additions and 3 deletions
|
@ -10,10 +10,8 @@ $("#new-result-text").on("ajax:success", function(e, data) {
|
|||
$form.remove();
|
||||
toggleResultEditButtons(true);
|
||||
});
|
||||
|
||||
TinyMCE.init();
|
||||
toggleResultEditButtons(false);
|
||||
|
||||
TinyMCE.refresh();
|
||||
$("#result_name").focus();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue