مدیاویکی:Mobile.js: تفاوت میان نسخهها
(صفحهای تازه حاوی «←Any JavaScript here will be loaded for users using the mobile site: //Help Abuse Filter #106 to tag Recreated Pages which have delete...» ایجاد کرد) |
جزبدون خلاصۀ ویرایش |
||
(۲ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
خط ۱: | خط ۱: | ||
/* Any JavaScript here will be loaded for users using the mobile site */ | /* Any JavaScript here will be loaded for users using the mobile site */ | ||
//Help Abuse Filter #106 to tag Recreated Pages which have delete log | //Help Abuse Filter #106 to tag Recreated Pages which have delete log | ||
$(function () { | |||
/* 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) ); | |||
نسخهٔ کنونی تا ۱۲ ژانویهٔ ۲۰۲۲، ساعت ۲۰:۲۱
/* Any JavaScript here will be loaded for users using the mobile site */
//Help Abuse Filter #106 to tag Recreated Pages which have delete log
/* 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) );