activity-calendar
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -151,2 +151,7 @@ "use strict"; | ||
} | ||
if (first) { | ||
for (var x_1 = 0; x_1 < start.weekday(); x_1++) { | ||
dates += '<div class="activity-calendar-square activity-calendar-square-empty"></div>'; | ||
} | ||
} | ||
if (first || x !== start.month()) { | ||
@@ -153,0 +158,0 @@ months += "<span class=\"activity-calendar-month\">" + start.getMonthName() + "</span>"; |
@@ -15,3 +15,3 @@ { | ||
"name": "activity-calendar", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "a simple activity calendar", | ||
@@ -18,0 +18,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
25998
577