• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 251: Line 251:     
  $tables.each(function() {
 
  $tables.each(function() {
  if ($(this).hasClass('mw-collapsed') || $(this).hasClass('header-fixed-done')) return;
+
  if ($(this).hasClass('header-fixed-done')) return;
 +
  if ($(this).hasClass('mw-collapsed')) {
 +
  $(this).find('.mw-collapsible-text').click(function() {
 +
  initializeStickyHeader();
 +
  })
 +
  return;
 +
  }
 
    // If this table is under tabber AND is hidden,
 
    // If this table is under tabber AND is hidden,
 
    // temporarily make element visible so we can pull its width data later
 
    // temporarily make element visible so we can pull its width data later
cssedit, gkautomate
6,926

edits

Navigation menu