From 4834deca5ee21de040db1ad681445e5141e636ea Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Fri, 16 Oct 2015 14:47:31 -0400 Subject: [PATCH] Add TODO for _.escape cleanup --- main/webapp/modules/core/scripts/views/data-table/cell-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js index 517455e44..2c24cf04d 100644 --- a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js +++ b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js @@ -145,7 +145,7 @@ DataTableCellUI.prototype._render = function() { var a = $('') .addClass("data-table-recon-topic") .attr("target", "_blank") - .text(_.unescape(candidate.name)) + .text(_.unescape(candidate.name)) // TODO: only use of _.unescape - consolidate .appendTo(li); if ((service) && (service.view) && (service.view.url)) {