Browse Source
Fix improper initial value for `suspendTabsUntilReady`
pull/2/head
Raymond Hill
5 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
1 additions and
1 deletions
-
src/js/background.js
|
|
@ -124,7 +124,7 @@ const rawSettingsDefault = { |
|
|
|
'</body></html>' |
|
|
|
].join(''), |
|
|
|
framePlaceholderBackground: 'default', |
|
|
|
suspendTabsUntilReady: false |
|
|
|
suspendTabsUntilReady: 'unset' |
|
|
|
}; |
|
|
|
|
|
|
|
/******************************************************************************/ |
|
|
|