Content deleted Content added
PleaseStand (talk | contribs) m oops! a button didn't show up |
PleaseStand (talk | contribs) m fixed bug |
||
Line 392:
function refsButtonHandler() { // Called when script activated by button click
// Both buttons should disappear
this.parentNode.removeChild(this);▼
this.parentNode.removeChild(this.nextSibling);
▲ this.parentNode.removeChild(this);
// Do the actual segregation work and save the random prefix
|