mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed JS bug with "Fix text"
SVN revision: 2300
This commit is contained in:
parent
8cbcc4d3c3
commit
bb73a0a405
@ -9938,7 +9938,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
} else
|
} else
|
||||||
strcat(script_onload, "elKeyInit();");
|
strcat(script_onload, "elKeyInit();");
|
||||||
strcat(script_onfocus, "elKeyInit();");
|
strcat(script_onfocus, "elKeyInit();");
|
||||||
} else if (enc_selected == 2 && fckedit_exist) {
|
} else if (enc_selected == 2 && fckedit_exist && show_text && !fixed_text) {
|
||||||
strcat(script_onload, "initFCKedit();");
|
strcat(script_onload, "initFCKedit();");
|
||||||
} else if (enc_selected == 1) {
|
} else if (enc_selected == 1) {
|
||||||
if (!getcfg(lbs->name, "Message height", str, sizeof(str)) &&
|
if (!getcfg(lbs->name, "Message height", str, sizeof(str)) &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user