1
0
Fork 0

Fix condition

This commit is contained in:
Gregory Eremin 2014-09-21 22:15:32 +04:00
parent c20800be80
commit 342b684ec7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function updateTab(info) {
info.status !== "complete" ||
// Ignore chrome and file urls
!info.url.indexOf('http') === 0 ||
info.url.indexOf('http') !== 0 ||
// Ignore Chrome Web Store
info.url.indexOf('https://chrome.google.com/webstore/') === 0