���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/resources/src/mediawiki.htmlform/autoinfuse.js
���ѧ٧ѧ�
/* * HTMLForm enhancements: * Infuse some OOUI HTMLForm fields (those which benefit from always being infused). */ ( function () { mw.hook( 'htmlform.enhance' ).add( function ( $root ) { var $oouiNodes = $root.find( '.mw-htmlform-autoinfuse' ); $oouiNodes = $oouiNodes.filter( function () { return !$( this ).closest( '.mw-htmlform-autoinfuse-lazy' ).length; } ); if ( $oouiNodes.length ) { // The modules are preloaded (added server-side in HTMLFormField, and the individual fields // which need extra ones), but this module doesn't depend on them. Wait until they're loaded. var modules = [ 'mediawiki.htmlform.ooui' ]; $oouiNodes.each( function () { var data = $( this ).data( 'mw-modules' ); if ( data ) { // We can trust this value, 'data-mw-*' attributes are banned from user content in Sanitizer var extraModules = data.split( ',' ); modules.push.apply( modules, extraModules ); } } ); mw.loader.using( modules ).done( function () { $oouiNodes.each( function () { OO.ui.infuse( this ); } ); } ); } } ); }() );
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.2 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�