Add TODO for _.escape cleanup

This commit is contained in:
Tom Morris 2015-10-16 14:47:31 -04:00
parent e24a3a03f7
commit 4834deca5e

View File

@ -145,7 +145,7 @@ DataTableCellUI.prototype._render = function() {
var a = $('<a></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)) {