Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
MediaWiki:Common.js
(view source)
Revision as of 17:55, 16 December 2022
134 bytes added
,
1 year ago
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
7,064
edits