Content deleted Content added
PleaseStand (talk | contribs) more bugs fixed |
PleaseStand (talk | contribs) m removing unnecessary notice |
||
Line 504:
refsTextbox = window.document.createElement("textarea");
refsTextbox.id = "PsRefsTextbox";
if(!complete) {
refsTextbox.value = messages.refsCommentIncomplete +
segFormat.refCodes.join("\n\n");
} else {
refsTextbox.value = segFormat.refCodes.join("\n\n");
}
refsTextbox.rows = Math.floor(mainTextbox.rows / 2);
refsTextbox.cols = mainTextbox.cols;
|