font family for popup, different clip types for notes and whole pages

This commit is contained in:
zadam
2019-07-19 21:05:22 +02:00
parent d18045f905
commit 4618520bf9
7 changed files with 39 additions and 7 deletions

View File

@@ -278,7 +278,8 @@ async function prepareMessageResponse(message) {
title: title,
content: body.innerHTML,
images: images,
pageUrl: getPageLocationOrigin() + location.pathname + location.search
pageUrl: getPageLocationOrigin() + location.pathname + location.search,
clipType: 'page'
};
}
else {