transcend-formats
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -14,3 +14,3 @@ /** | ||
function imageFormatter(cell, row){ | ||
return "<a href='" + row.uri + "'><img class='tiny-img' src='"+cell+"'/></a>" | ||
return "<img class='tiny-img' src='"+cell+"'/>" | ||
} | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "transcend-formats", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "General formatting helper functions", | ||
@@ -5,0 +5,0 @@ "main": "js/transcend-formats.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2232