User:PleaseStand/segregate-refs-dev.js: Difference between revisions

Content deleted Content added
more bugs fixed
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;