Fix condition
This commit is contained in:
parent
c20800be80
commit
342b684ec7
|
@ -17,7 +17,7 @@ function updateTab(info) {
|
||||||
info.status !== "complete" ||
|
info.status !== "complete" ||
|
||||||
|
|
||||||
// Ignore chrome and file urls
|
// Ignore chrome and file urls
|
||||||
!info.url.indexOf('http') === 0 ||
|
info.url.indexOf('http') !== 0 ||
|
||||||
|
|
||||||
// Ignore Chrome Web Store
|
// Ignore Chrome Web Store
|
||||||
info.url.indexOf('https://chrome.google.com/webstore/') === 0
|
info.url.indexOf('https://chrome.google.com/webstore/') === 0
|
||||||
|
|
Loading…
Reference in New Issue