MediaWiki:CharacterTable.js: Revision history

Jump to navigation Jump to search

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.

24 April 2023

3 February 2023

24 January 2023

  • curprev 08:3508:35, 24 January 2023Electricsheep talk contribs 835 bytes +57 No edit summary
  • curprev 07:3707:37, 24 January 2023Electricsheep talk contribs 778 bytes +778 Created page with "$( document ).ready(function() { $(".charactertable-controls > .controls > span").on("click", function(){characterTableToggle($(this));}); }); function characterTableToggle (toggleItem){ //console.log('toggling '+toggleItem.attr('data-toggle')); toggleItem = (typeof toggleItem !== 'undefined') ? toggleItem : false; //default false, ES5 does not support function defaults if (toggleItem) { (toggleItem.hasClass("inactive")) ? toggleItem.addClass('active').removeClas..."