filter priced items from marketplace

This commit is contained in:
Howard Stearns 2018-10-24 12:22:03 -07:00
parent 993cb0cfa0
commit e1e9b78427

View file

@ -302,7 +302,8 @@
if (parseInt(cost) > 0) {
if (disable) {
priceElement.html('N/A');
priceElement.html('N/A'); // In case the following fails
$(this).parent().parent().parent().parent().parent().css({"display": "none"}); // HRS FIXME
} else {
priceElement.css({ "width": "auto" });
priceElement.html('<span class="hifi-glyph hifi-glyph-hfc" style="filter:invert(1);background-size:20px;' +