Jump to content

Main public logs

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

Logs
  • 12:44, 25 July 2024 Cotto talk 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() { $('table.wikitable td').each(function() { var cellContent = $(this).text().trim(); if (cellContent === 'low risk') { $(this).addClass('low-risk'); } else if (cellContent === 'some concerns') { $(this).addClass('some-concerns'); } else if (cellContent === 'high risk') { $(this).addClass('high-ris...")