All public logs

Jump to navigation Jump to search

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

Logs
  • 01:41, 17 November 2024 G00r Sọ̀rọ̀ contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function () { var darkModeEnabled = localStorage.getItem('darkMode') === 'true'; if (darkModeEnabled) { $('body').addClass('dark-mode'); } var toggleButton = $('<button>') .text(darkModeEnabled ? 'Switch to Light Mode' : 'Switch to Dark Mode') .css({ position: 'fixed', top: '10px', right: '10px',...")