1
0
Fork 0

User consistent quote style

This commit is contained in:
Gregory Eremin 2014-09-21 22:29:50 +04:00
parent 02948e55fc
commit 0f23ecde25
1 changed files with 1 additions and 1 deletions

View File

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