Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/resources/src/mediawiki.misc-authed-ooui/special.undelete.loadMoreRevisions.js
Ðазад
/*! * JavaScript for Special:Undelete when results exceed REVISION_HISTORY_LIMIT. */ ( function () { 'use strict'; const $linkSpan = $( '#mw-load-more-revisions' ); let $link = $( '<a>' ); $link = $linkSpan.wrapAll( $link ).on( 'click', () => { // Get the URL of the last link in the list const urlString = $( '.mw-undelete-revlist li:last-child a' ).prop( 'href' ); // Extract the timestamp const timestamp = mw.util.getParamValue( 'timestamp', urlString ); const $oldList = $( '.mw-undelete-revlist' ); const $spinner = $.createSpinner( { size: 'large', type: 'block' } ); const path = mw.util.wikiScript() + '?' + $.param( { title: mw.config.get( 'wgPageName' ), target: mw.config.get( 'wgRelevantPageName' ) } ); $oldList.after( $spinner ); $.ajax( { type: 'GET', url: path, dataType: 'html', data: { historyoffset: timestamp, action: 'render' }, success: function ( data, status, jqXHR ) { $spinner.remove(); const $newDoc = $.parseHTML( data ); if ( !$newDoc.length ) { return; } const $newList = $( $newDoc[ 0 ] ); $oldList.append( $newList.children() ); if ( jqXHR.status !== 206 ) { $link.hide(); } }, error: function ( data, textStatus, errorMessage ) { $spinner.remove(); $link.show(); mw.log.error( errorMessage ); } } ); } ); }() );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка