micro-weather-widget
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -138,3 +138,3 @@ (function(window) { | ||
var res = ''; | ||
res += '<i class="' + getIconClass(state.conditionCode) + '" />'; | ||
res += '<i class="' + getIconClass(state.conditionCode) + '"</i>'; | ||
res += '<span class="micro-weather-temp">' + state.temp + '</span>'; | ||
@@ -141,0 +141,0 @@ res += '<span class="micro-weather-degree">°</span>' |
{ | ||
"name": "micro-weather-widget", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist.js", |
Sorry, the diff of this file is not supported yet
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
9594