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

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