User:Sav/cannedsumm.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.

13 June 2024

  • curprev 14:2614:26, 13 June 2024Sav talk contribs 4,486 bytes +4,486 Created page with "var cannedSummaries = window.localStorage.getItem('cannedSummaries') || ''; function done(settings) { var summs = settings.split(';;'); var cbs = document.querySelector('.editCheckboxes'); var choose = document.getElementById('cannedsumm-chooseelem'); if (choose) choose.remove(); choose = document.createElement('select'); choose.id = 'cannedsumm-chooseelem'; var label = document.getElementById('wpSummaryLabel'); label.addEventListener('cl..."