Jump to content

MediaWiki:Common.js: Revision history

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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

23 April 2025

  • curprev 22:0222:02, 23 April 2025 Bosang talk contribs 210 bytes +210 Created page with "function toggleMainMenu() { var menu = document.getElementById("mw-mobile-main-menu"); if (menu.style.display === "flex") { menu.style.display = "none"; } else { menu.style.display = "flex"; } }"
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)