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

Difference between revisions of "User:Lrb/common.js"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "if ($("table.lighttable").length) { mw.loader.load( 'ext.gadget.highlightTable-core' ); }")
 
Line 1: Line 1:
 +
// <nowiki>
 
if ($("table.lighttable").length) {
 
if ($("table.lighttable").length) {
 
mw.loader.load( 'ext.gadget.highlightTable-core' );
 
mw.loader.load( 'ext.gadget.highlightTable-core' );
 
}
 
}
 +
// </nowiki>

Revision as of 23:45, 7 January 2021

// <nowiki>
if ($("table.lighttable").length) {
	mw.loader.load( 'ext.gadget.highlightTable-core' );
}
// </nowiki>