Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare master for v5 release. #551

Merged
merged 15 commits into from
Jun 1, 2019
Prev Previous commit
Next Next commit
Remove not longer needed new tab background job
  • Loading branch information
Stefan Buck committed Jun 1, 2019
commit 8fc60a06f8c24b4c170875dddf194acd3f5b57e2
7 changes: 0 additions & 7 deletions packages/core/background/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import * as storage from '@octolinker/helper-settings';
import newTab from './newTab';

storage.load().then(() => {
newTab();
});

chrome.runtime.onMessage.addListener(({ action }) => {
if (action !== 'openSettings') return;

Expand Down
15 changes: 0 additions & 15 deletions packages/core/background/newTab.js

This file was deleted.