minified
This commit is contained in:
parent
07063ab547
commit
a125c94240
|
@ -232,6 +232,12 @@ jQuery( function($){
|
|||
|
||||
// ATTRIBUTE TABLES
|
||||
|
||||
// Multiselect attributes
|
||||
jQuery("#attributes_list select.multiselect").multiselect({
|
||||
noneSelectedText: params.select_terms,
|
||||
selectedList: 4
|
||||
});
|
||||
|
||||
// Initial order
|
||||
var woocommerce_attributes_table_items = jQuery('#attributes_list').children('tr').get();
|
||||
woocommerce_attributes_table_items.sort(function(a, b) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue