User consistent quote style
This commit is contained in:
parent
02948e55fc
commit
0f23ecde25
|
@ -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 ||
|
||||
|
|
Loading…
Reference in New Issue