Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/skins/MonoBook/resources/mobile-uls.js
Ðазад
/* eslint-disable no-jquery/no-global-selector */ module.exports = function () { mw.loader.using( [ 'ext.uls.interface' ] ).then( function () { var mobileMediaQuery = window.matchMedia( 'screen and (max-width: 550px)' ), $ULSTrigger = $( '#pt-uls' ), ULSMoved = false; function moveULS() { if ( $ULSTrigger.length ) { if ( !ULSMoved && mobileMediaQuery.matches ) { $ULSTrigger.insertBefore( $( '#pt-preferences' ) ); ULSMoved = true; } else if ( ULSMoved && !mobileMediaQuery.matches ) { $ULSTrigger.prepend( $( '#p-preferences' ) ); ULSMoved = false; } } } $( window ).on( 'resize', moveULS ); moveULS(); } ); };
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка