Content deleted Content added
PleaseStand (talk | contribs) m fixed bug |
PleaseStand (talk | contribs) m bugfix |
||
Line 422:
refsTextbox = window.document.createElement("textarea");
refsTextbox.id = "PsRefsTextbox";
refsTextbox.value = messages.
segFormat.refCodes.join("\n\n");
refsTextbox.rows = Math.floor(mainTextbox.rows / 2);
|