Jump to content

Layer-09/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.

8 June 2025

  • curprev 08:1708:17, 8 June 2025 Layer-09 talk contribs 853 bytes +853 Created page with "// Add copy-to-clipboard functionality for the Command sandbox template $(function () { $(document.body).on('click', '.mw-copy-button', function() { var button = $(this); var block = button.closest('.mw-command-block'); var source = block.find('.mw-copy-source'); if (!source.length) return; navigator.clipboard.writeText(source.val()).then(function() { var originalText = button.text(); button.text('Copi..."