Toggle id: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 March 2010

  • curprev 18:5918:59, 17 March 2010David talk contribs 841 bytes +841 New page: <pre> function toggle(id) { if (document.getElementById) { // DOM3 = IE5, NS6 if ( document.getElementById(id).style.display == 'block' ) { document.getElementById(...