All public logs

Jump to navigation Jump to search

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

Logs
  • 17:24, 16 December 2024 Henry talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function checkBoxClick(checkbox) { if(checkbox.classList.contains("listCheckboxUnchecked")){ checkbox.className="listCheckbox listCheckboxChecked" } else if(checkbox.classList.contains("listCheckboxChecked")){ checkbox.className="listCheckbox listCheckboxUnchecked" } } $(".listCheckbox").attr("onclick","checkBoxClick(this)");")