Rosetta Code:Per-Code Example Buttonbar: Difference between revisions

Content added Content deleted
(Fixed bug where line break tags further down in the document tree were not converted to line breaks for use with Codepad)
(Adding some slashes to make the raw code valid JS)
Line 1: Line 1:
<lang javascript>
//<lang javascript>
/*========================================
/*========================================
This comparison script was written by
This comparison script was written by
Line 319: Line 319:
AddHandler(window, "load", ButtonBarActivate);
AddHandler(window, "load", ButtonBarActivate);


</lang>
//</lang>