mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warning
SVN revision: 1814
This commit is contained in:
parent
a9d7e0c761
commit
5547d111a1
@ -9212,7 +9212,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
rsprintf("</head>\n");
|
rsprintf("</head>\n");
|
||||||
|
|
||||||
script[0] = 0;
|
script[0] = 0;
|
||||||
if (isparam("inlineatt") && *getparam("inlineatt") || bpreview)
|
if ((isparam("inlineatt") && *getparam("inlineatt")) || bpreview)
|
||||||
strcpy(script, " OnLoad=\"document.form1.Text.focus();\"");
|
strcpy(script, " OnLoad=\"document.form1.Text.focus();\"");
|
||||||
|
|
||||||
strcat(script, " OnLoad=\"elKeyInit();\" OnFocus=\"elKeyInit();\"");
|
strcat(script, " OnLoad=\"elKeyInit();\" OnFocus=\"elKeyInit();\"");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user