From 0f23ecde25caaa87eff0bf4544f0014516bf1d9a Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sun, 21 Sep 2014 22:29:50 +0400 Subject: [PATCH] User consistent quote style --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ||