Ver código fonte

No need to restart Chrom(e/ium) anymore

Brendan Abolivier 8 anos atrás
pai
commit
5eba86e38b
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      eventPage.js

+ 1
- 0
eventPage.js Ver arquivo

@@ -57,5 +57,6 @@ function updateTab() {
57 57
 }
58 58
 
59 59
 chrome.runtime.onStartup.addListener(getSitesAndMirrors)
60
+chrome.runtime.onInstall.addListener(getSitesAndMirrors)
60 61
 chrome.tabs.onActivated.addListener(updateTab)
61 62
 chrome.tabs.onUpdated.addListener(updateTab)