|
|
@@ -763,9 +763,7 @@ var Category = function Category(categoryName, products) {
|
|
|
id: mkCategoryTag(categoryName)
|
|
|
}, dom("tr", null, dom("th", null, dom("h2", {
|
|
|
className: "category-name"
|
|
|
- }, categoryName)))), dom("tbody", null, products.filter(function (p) {
|
|
|
- return p.name !== "R3epair Eye Contour";
|
|
|
- }).map(function (p, i) {
|
|
|
+ }, categoryName)))), dom("tbody", null, products.map(function (p, i) {
|
|
|
return dom("tr", null, dom("td", null, Product(p, i)));
|
|
|
})), dom("tfoot", null, dom("tr", null, dom("td", null, dom("div", {
|
|
|
class: "footer-space",
|