User:Kazrok4545/Gadget-common-special-block.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.

7 April 2022

  • curprev 15:2415:24, 7 April 2022Kazrok4545 talk contribs 3,189 bytes +3,189 Created page with "mw.hook( 'wikipage.content' ).add( function () { // Подсветка изменившихся элементов $.fn.highlight = function () { $( this ).addClass( 'highlighted' ); setTimeout( function () { $( '.highlighted' ).removeClass( 'highlighted' ); }, 1000 ); }; // Получить элемент ввода MediaWiki / установить его значение function elem( name, value ) { var $el = $( '[name="wp' + name + '"]' ); if ( value !== un..."