activity-calendar
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -166,3 +166,3 @@ "use strict"; | ||
var tooltip = this.dp.getDayTooltipText(start); | ||
dates += "<div\n\t\t\t\tclass=\"activity-calendar-square tooltips activity-calendar-color" + color + (this.isDateLinkable(start) ? " activity-calendar-cursor-default" : "") + "\"\n\t\t\t\tdata-ac-date='" + start.format("YYYY/MM/DD") + "'\n\t\t\t\tdata-ac-count=\"" + count + "\"\n\t\t\t\ttitle=\"" + tooltip + "\">\n\t\t\t</div>"; | ||
dates += "<div\n\t\t\t\tclass=\"activity-calendar-square tooltips activity-calendar-color" + color + (this.isDateLinkable(start) ? "" : " activity-calendar-cursor-default") + "\"\n\t\t\t\tdata-ac-date='" + start.format("YYYY/MM/DD") + "'\n\t\t\t\tdata-ac-count=\"" + count + "\"\n\t\t\t\ttitle=\"" + tooltip + "\">\n\t\t\t</div>"; | ||
} | ||
@@ -169,0 +169,0 @@ dates += "</div>"; |
@@ -15,3 +15,3 @@ { | ||
"name": "activity-calendar", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "a simple activity calendar", | ||
@@ -18,0 +18,0 @@ "files": [ |
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