File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments