We are actively looking for staff to help us build the wiki. If you are interested please join our Discord server and apply.

All public logs

Jump to navigation Jump to search

Combined display of all available logs of Moonbounce Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:01, 24 May 2024 Lune talk contribs created page MediaWiki:Vector.js (Created page with "All JavaScript here will be loaded for users of the Vector skin: $(function(){ Make watch tab collapsible: $('#ca-watch').addClass('collapsible'); * Make sidebar sections collapsible * * Taken from the Aether Wiki: $panel = $("#mw-panel"); $("#mw-panel .vector-menu-portal").each(function(index, el){ var $el = $(el); var $id = $el.attr("id"); if(!$id){ return; } // for < 1366px $el.removeClass("expanded"); // for >= 1366px...")