Jump to: content

All public logs

From The-West Wiki
Jump to:navigation Jump to:search

Combined display of all available logs of The-West 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:47, 28 October 2023 Criminus talk contribs created page Tooltip.js (Created page with "$(document).ready(function() { const toolTip = { delay: 200, timer: null, active: false, removeDefaultTooltip: function() { $("[title]").hover(function() { const titleValue = $(this).attr("title"); if (titleValue) { // Check if titleValue is defined $(this).attr("custom-title", titleValue).removeAttr("title"); } }); }, getEl: function() { return $(".overlay-popup"); },...")