MediaWiki:Common.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 August 2025

  • curprev 19:3319:33, 2 August 2025 Elnian talk contribs 19,269 bytes +19,269 Created page with "$(function(){ $root = $(':root'); $panel = $('#mw-panel'); $portals = $("#mw-panel .portal"); var s = function(){ $portals.each(function(index, el){ var $el = $(el); var $id = $el.attr("id"); if(!$id){ return; } // for < 1366px $el.removeClass('expanded'); // for >= 1366px if(localStorage.getItem('sidebar_c_'+$id) === "y"){ $el.addClass('collapsed').find('.body').slideUp(0); } }); } s(); $(window).on('resize', s); $portals.o..."