Content deleted Content added
PleaseStand (talk | contribs) +code to clear undo history after segregation |
PleaseStand (talk | contribs) m writing the code a bit more concisely |
||
Line 424:
var pn = ta.parentNode;
var ns = ta.nextSibling;
pn.insertBefore(pn.removeChild(ta), ns);
}
|