Infoboxtabs.js: Revision history

Jump to navigation Jump 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.

14 January 2024

  • curprev 00:3300:33, 14 January 20243DRealm talk contribs 283 bytes +283 Created page with " function showImage(imageId) { var images = document.getElementsByClassName('image-content'); for (var i = 0; i < images.length; i++) { images[i].style.display = 'none'; } document.getElementById(imageId).style.display = 'block'; }"