Main public logs
From Game Wiki - VortanMU
Combined display of all available logs of Game Wiki - VortanMU. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:08, 6 November 2025 Admin talk contribs created page MediaWiki:Timeless mobile.js (Created page with "Popout menus (header): eslint-disable no-jquery/no-fade: $( function () { var toggleTime = 200; // Open the various menus $( '#user-tools h2' ).on( 'click', function () { if ( $( window ).width() < 851 ) { $( '#personal-inner, #menus-cover' ).fadeToggle( toggleTime ); } } ); $( '#site-navigation h2' ).on( 'click', function () { if ( $( window ).width() < 851 ) { $( '#site-navigation .sidebar-inner, #menus-cover' ).fadeToggle( toggleTime );...")