• 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 128: Line 128:  
             //Update colspan for custom rows.
 
             //Update colspan for custom rows.
 
             if (property_filter) {
 
             if (property_filter) {
 +
                console.log(property_base_colspan)
 
                 if (selected === "none") {
 
                 if (selected === "none") {
 
                     $(".custom-row." + target).attr("colSpan", property_base_colspan);
 
                     $(".custom-row." + target).attr("colSpan", property_base_colspan);
 
                 } else {
 
                 } else {
 +
                    console.log(property_states.length)
 +
                    console.log(property_base_colspan - property_states.length + 2)
 
                     $(".custom-row." + target).attr("colSpan", property_base_colspan - property_states.length + 2);
 
                     $(".custom-row." + target).attr("colSpan", property_base_colspan - property_states.length + 2);
 
                 }
 
                 }
Anonymous user

Navigation menu