This commit is contained in:
Mike Jolley 2011-09-11 18:35:22 +01:00
parent 07063ab547
commit a125c94240
2 changed files with 8 additions and 370 deletions

View File

@ -231,7 +231,13 @@ 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