mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-09 17:04:39 +00:00
misc bug fixes
This commit is contained in:
parent
5f01a960f1
commit
f76512d55b
2 changed files with 4 additions and 1 deletions
|
@ -67,7 +67,7 @@ chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {
|
|||
if (request.type === 'get include style') {
|
||||
chrome.storage.local.get('includeStyle', function (data) {
|
||||
if (!data) {
|
||||
sendResponse({includeStyle: true});
|
||||
sendResponse({includeStyle: false});
|
||||
} else {
|
||||
sendResponse({includeStyle: data.includeStyle});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue