1. new icons for map of science & temporal vis.

This commit is contained in:
tankchintan 2011-07-18 20:04:06 +00:00
parent 9130a1cd20
commit 42eabc9cce
10 changed files with 8 additions and 8 deletions

View file

@ -627,7 +627,7 @@ function createLegendRow(entity, bottomDiv) {
* there is no drill-down possible, so don't diaply the temporal graph icon.
* */
if (entity.visMode !== "PERSON") {
labelDiv.append('<a class="temporal-vis-url" href="' + getTemporalVisURL(entity.entityURI) + '"><img src = "' + temporalGraphSmallIcon + '"/></a>');
labelDiv.append('<a class="temporal-vis-url" href="' + getTemporalVisURL(entity.entityURI) + '"><img src = "' + temporalGraphDrillDownIcon + '"/></a>');
}