Skip to content

Commit 34f4b41

Browse files
committed
Change description of extension and change chart
1 parent 56462fb commit 34f4b41

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"manifest_version": 2,
33

44
"name": "Web Activity Time Tracker",
5-
"short_name": "Web Activity",
6-
"version": "0.8.4",
5+
"short_name": "Web Time Tracker",
6+
"version": "0.8.5",
77
"minimum_chrome_version": "26",
88

9-
"description": "Track your activity in the browser.",
9+
"description": "Track and limit time your activity in the browser.",
1010

1111
"options_page": "options.html",
1212

scripts/chart/chart-core.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ function donutChart() {
126126
});
127127

128128
// remove the tooltip when mouse leaves the slice/label
129-
selection.on('mouseout', function () {
130-
d3.selectAll('.toolCircle').remove();
131-
});
129+
// selection.on('mouseout', function () {
130+
// d3.selectAll('.toolCircle').remove();
131+
// });
132132
}
133133

134134
// function to create the HTML string for the tool tip. Loops through each key in data object

0 commit comments

Comments
 (0)