• 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
m
Use correct storage class
Line 84: Line 84:  
                 property_filter = multi_toggle_element.data("filter") || false, //Whether or not the multi toggle is a filter
 
                 property_filter = multi_toggle_element.data("filter") || false, //Whether or not the multi toggle is a filter
 
                 target = "multi-toggle-target-" + property,
 
                 target = "multi-toggle-target-" + property,
                 multiToggleStorage = ToggleStorage(target, property_default);
+
                 multiToggleStorage = MultiToggleStorage(target, property_default);
 
             //make sure the states are an array.
 
             //make sure the states are an array.
 
             if (!property_states || typeof(property_states) !== "Array" || property_states.length < 1) {
 
             if (!property_states || typeof(property_states) !== "Array" || property_states.length < 1) {
Anonymous user

Navigation menu