מדיה ויקי:Gadget-toggleRCOptions.js

גרסה מ־16:56, 18 ביולי 2023 מאת גילגמש (שיחה | תרומות) (יצירת דף עם התוכן "var $match = $('.rcoptions, #mw-watchlist-form, #Recentchangestext'); // Important: many pages do not load this module by default so make sure it's loaded. if ($match.length) { mw.loader.using('jquery.makeCollapsible').then( function () { // Hides the RC options by default (incl. toggle button) $match.makeCollapsible({collapsed:true}); } ); }")
(הבדל) → הגרסה הקודמת | הגרסה האחרונה (הבדל) | הגרסה הבאה ← (הבדל)

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload), או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh), או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
var $match = $('.rcoptions, #mw-watchlist-form, #Recentchangestext');
// Important: many pages do not load this module by default so make sure it's loaded.
if ($match.length) {
	mw.loader.using('jquery.makeCollapsible').then( function () {
		// Hides the RC options by default (incl. toggle button)
		$match.makeCollapsible({collapsed:true});
	} );
}