User:Aliser/common.js: Revision history

From Space Station 14 Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 March 2025

13 March 2025

  • curprev 22:5622:56, 13 March 2025 Aliser talk contribs 1,129 bytes +1,129 Created page with "// DRUID Infobox. // source: https://support.wiki.gg/wiki/MediaWiki:Gadget-druidInfoboxes.js // license: CC BY-SA 4.0 $(function () { $(".druid-title-tab").off("click") .on('click', function () { var $parent = $(this).closest(".druid-container"); $parent.find(".druid-toggleable").removeClass("focused"); var i = $(this).attr("data-druid"); $parent.find(".druid-toggleable[data-druid=" + i + "]").addClass("focused"); }); $(".druid-se..."