مدیاویکی: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 () {
 
if ($('.mw-warning-with-logexcerpt .mw-logline-delete').length !== 0) {
/* Restore collapsible elements by loading the jQuery module for them. */
function checkAndSetHook() {
 
if ($('button[class="continue"]').length !== 0) {
$( function (mw, $) {
$('button[class="continue"]').click(function () { $('#wikitext-editor').val($('#wikitext-editor').val() + "‌‌‌‌"); });
'use strict';
} else {
 
setTimeout(checkAndSetHook, 2000);
mw.loader.using('jquery.makeCollapsible', function ( ) {
}
$( '.mw-collapsible' ).makeCollapsible ( );
};
} );
checkAndSetHook();
} (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) );