Merge pull request #61 from contributor/master

Capture location.hash into pageUrl attribute
This commit is contained in:
zadam 2024-05-18 06:12:10 +02:00 committed by GitHub
commit 786d249a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,7 +297,7 @@ async function prepareMessageResponse(message) {
title: pageTitle(),
content: container.innerHTML,
images: images,
pageUrl: getPageLocationOrigin() + location.pathname + location.search
pageUrl: getPageLocationOrigin() + location.pathname + location.search + location.hash
};
}