Jump to content

Main public logs

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

Logs
  • 08:34, 11 August 2025 Khm@inlogic.dk talk contribs created page MediaWiki:Changelog.js (Created page with "(function ($) { "use strict"; $(document).ajaxStart(function () { $.fn.loading(); }).ajaxStop(function () { $.fn.hideloading(); }); $.fn.loading = function () { var over = '<div id="overlay">' + '<img id="loading" src="/cls/assests/loading.gif">' + '</div>'; $(over).appendTo('body'); }; $.fn.hideloading = function () { $('#overlay').remove(); }; function createTable(id,...")