更改

添加210字节 、 2021年4月7日 (三) 14:22
无编辑摘要
第1行: 第1行:  
/* 这里的任何JavaScript将为使用移动版网站的用户加载 */
 
/* 这里的任何JavaScript将为使用移动版网站的用户加载 */
mw.loader.using('mobile.site.styles');
+
 
 +
/* Restore collapsible elements by loading the jQuery module for them. */
 +
 
 +
$( function (mw, $) {
 +
'use strict';
 +
 
 +
mw.loader.using('jquery.makeCollapsible', function ( ) {
 +
$( '.mw-collapsible' ).makeCollapsible ( );
 +
} );
 +
} (mediaWiki, jQuery) );