Lines 99-105
Link Here
|
99 |
} |
99 |
} |
100 |
var mytables = $(".attributes_table"); |
100 |
var mytables = $(".attributes_table"); |
101 |
$(mytables).find("li").hide(); |
101 |
$(mytables).find("li").hide(); |
102 |
$(mytables).find(" li[data-category_code="+category_code+"]").show(); |
102 |
$(mytables).find(" li[data-category_code='"+category_code+"']").show(); |
103 |
$(mytables).find(" li[data-category_code='']").show(); |
103 |
$(mytables).find(" li[data-category_code='']").show(); |
104 |
} |
104 |
} |
105 |
|
105 |
|
106 |
- |
|
|