mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
fix edit action
This commit is contained in:
parent
cec5f1333d
commit
30912c514e
1 changed files with 1 additions and 3 deletions
|
@ -37,10 +37,8 @@ function applyEditResultTextCallback() {
|
||||||
applyEditResultTextCallback();
|
applyEditResultTextCallback();
|
||||||
toggleResultEditButtons(true);
|
toggleResultEditButtons(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
TinyMCE.init();
|
|
||||||
toggleResultEditButtons(false);
|
toggleResultEditButtons(false);
|
||||||
|
TinyMCE.refresh();
|
||||||
$("#result_name").focus();
|
$("#result_name").focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue