Add TODO for _.escape cleanup
This commit is contained in:
parent
e24a3a03f7
commit
4834deca5e
@ -145,7 +145,7 @@ DataTableCellUI.prototype._render = function() {
|
|||||||
var a = $('<a></a>')
|
var a = $('<a></a>')
|
||||||
.addClass("data-table-recon-topic")
|
.addClass("data-table-recon-topic")
|
||||||
.attr("target", "_blank")
|
.attr("target", "_blank")
|
||||||
.text(_.unescape(candidate.name))
|
.text(_.unescape(candidate.name)) // TODO: only use of _.unescape - consolidate
|
||||||
.appendTo(li);
|
.appendTo(li);
|
||||||
|
|
||||||
if ((service) && (service.view) && (service.view.url)) {
|
if ((service) && (service.view) && (service.view.url)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user