Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/resources/src/mediawiki.htmlform/autocomplete.js
Ðазад
/* * HTMLForm enhancements: * Set up autocomplete fields. */ mw.hook( 'htmlform.enhance' ).add( ( $root ) => { const $autocomplete = $root.find( '.mw-htmlform-autocomplete' ); if ( $autocomplete.length ) { mw.loader.using( 'jquery.suggestions', () => { $autocomplete.suggestions( { fetch: function ( val ) { const $el = $( this ); $el.suggestions( 'suggestions', $el.data( 'autocomplete' ).filter( ( v ) => v.indexOf( val ) === 0 ) ); } } ); } ); } } );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка