Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhyrexTsai committed Jun 5, 2018
2 parents b68fd68 + 5340ae1 commit 16fd0d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ extension.webRequest.onBeforeRequest.addListener(details => {
extension.tabs.update(tab.id, {url: url})
return err
})

})
.catch(err => {
let nameWithoutTld = name.substring(0, name.lastIndexOf('.'))
Expand Down

0 comments on commit 16fd0d6

Please sign in to comment.