Skip to content

Commit 69d9047

Browse files
committed
Ash/Salai Replaced to with - at Contribution activity
1 parent 4228743 commit 69d9047

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Our beloved table under the contributions calendar was recently removed from Git
88
[![Github Contributions Table](https://raw.githubusercontent.com/salaikumar/chrome-github-contributions/master/docs/demo.png)](https://chrome.google.com/webstore/detail/github-contributions/hnnbdaofndjgohiipggnpmcbmcobckik)
99

1010

11-
### Chrome-Store
12-
It's available at Chrome store over [here] (https://chrome.google.com/webstore/detail/github-contributions/hnnbdaofndjgohiipggnpmcbmcobckik)
11+
### Chrome-Store
12+
It's available at chrome web store over [here] (https://chrome.google.com/webstore/detail/github-contributions/hnnbdaofndjgohiipggnpmcbmcobckik)
1313

1414
### Authors
1515
- Salaikumar ([@Saravanan1115](https://twitter.com/Saravanan1115))

js/github-contributions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ chrome.extension.sendMessage({}, function(response) {
44
var commits = totalCommits();
55

66
$("#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'>"+ new Intl.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>");
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) + " - " + streakDateFormat(largest.lEnd) + "</span></div>");
88
$("#contributions-calendar").append("<div class='contrib-column table-column'><span class='text-muted'>Current Streak</span><span class='contrib-number'>" + largest.current + " days</span><span class='text-muted'>Last Contributed on " + currentStreakDateFormat(largest.end) + "</span></div>");
99
});
1010
});
@@ -68,7 +68,7 @@ function largestStreak() {
6868
largestStartDate = startDate;
6969
largestEndDate = endDate;
7070
}
71-
71+
7272
return {
7373
streak: largestStreak,
7474
epoch: start,

0 commit comments

Comments
 (0)