Merge pull request #462 from ZmagoD/zd_SCI_962_vol2

fix edit action
This commit is contained in:
Luka Murn 2017-01-26 17:25:57 +01:00 committed by GitHub
commit 2c3be391a8

View file

@ -37,10 +37,8 @@ function applyEditResultTextCallback() {
applyEditResultTextCallback();
toggleResultEditButtons(true);
});
TinyMCE.init();
toggleResultEditButtons(false);
TinyMCE.refresh();
$("#result_name").focus();
});