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

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
};
}