diff --git a/background.js b/background.js index ad5a3a4..dd6dc09 100644 --- a/background.js +++ b/background.js @@ -14,7 +14,7 @@ function updateTab(info) { info.index > 8 || // Don't change title unless request is complete - info.status !== "complete" || + info.status !== 'complete' || // Ignore chrome and file urls info.url.indexOf('http') !== 0 ||