All public logs
Jump to navigation
Jump to search
Combined display of all available logs of LabRPS Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:56, 9 August 2022 LabRPS talk contribs created page MediaWiki:Common.js (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...")