Skip to content

Commit

Permalink
Re-remove the hazard icons from the 'Place' table. This must have got…
Browse files Browse the repository at this point in the history
…ten overwritten from a more recent commit
  • Loading branch information
ThomasThelen committed Feb 18, 2022
1 parent 1ecacbb commit 18474f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dr-app/public/js/results_search.js
Original file line number Diff line number Diff line change
Expand Up @@ -1060,10 +1060,13 @@ var displayTableByTabName = function(activeTabName, result, from = "") {
rowBodyHtml += "<td>" + cellHtml + "</td>";
}

/*
DEVNOTE: We'll want to re-enable this when the data supports it
if (activeTabName == "Place") {
var hazardCellHtml = addHazardsAttrToPlaceTab();
rowBodyHtml += "<td class = 'hazardIcons'>" + hazardCellHtml + "</td>";
}
*/

var rowHtml = "<tr>" + rowBodyHtml + "</tr>";
tableBody.append(rowHtml);
Expand Down

0 comments on commit 18474f8

Please sign in to comment.