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.

9 August 2022

  • curprev 05:5605:56, 9 August 2022LabRPS talk contribs 577 bytes +577 Created page with "// show a hand cursor on expand links $(".expand-link").hover( function() { $(this).css("cursor", "pointer"); }); // make sublist visible on expand links click $(".expand-link").click( function() { $(this).parent('li').parent('ul').parent('div').toggleClass("collapsible-list"); }); // restrict width of images on manual and command pages to fit besides TOC $(".manualtoc").parent().find("img").css({"max-width":$(".manualtoc").parent().width()-300,"height":"auto"}); $(".fci..."