- 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
mLine 127:
Line 127:
− +
no edit summary
$("." + target + "-" + selected).show();
$("." + target + "-" + selected).show();
//Update colspan for custom rows.
//Update colspan for custom rows.
if (property_filter)
if (property_filter) {
if (selected === "none") {
if (selected === "none") {
$(".custom-row." + target).attr("colSpan", property_base_colspan);
$(".custom-row." + target).attr("colSpan", property_base_colspan);