You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$("#contributions-calendar").append("<div class='contrib-column contrib-column-first table-column'><span class='text-muted'>Contributions in the last year</span><span class='contrib-number'>"+newIntl.NumberFormat().format(commits)+" total</span><span class=text-muted>"+contribDateFormat(largest.epoch)+" - "+contribDateFormat(largest.end)+"</span></div>");
7
-
$("#contributions-calendar").append("<div class='contrib-column table-column'><span class='text-muted'>Longest streak</span><span class='contrib-number'>"+largest.streak+" days</span><span class='text-muted'>"+streakDateFormat(largest.lStart)+" to "+streakDateFormat(largest.lEnd)+"</span></div>");
0 commit comments