Explorar el Código

No need to restart Chrom(e/ium) anymore

Brendan Abolivier hace 9 años
padre
commit
5eba86e38b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      eventPage.js

+ 1
- 0
eventPage.js Ver fichero

@@ -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)