Skip to content

Commit

Permalink
Added meta edit functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachSaucier committed Sep 3, 2016
1 parent 7b16672 commit 51df38a
Show file tree
Hide file tree
Showing 9 changed files with 1,452 additions and 1,379 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function startJustRead(tab) {

setTimeout(function() {
chrome.browserAction.setBadgeText({text:""});
}, 3000);
}, 2000);
}

function startSelectText() {
Expand Down
Loading

0 comments on commit 51df38a

Please sign in to comment.