mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 21:10:01 +08:00
Merge pull request #61 from contributor/master
Capture location.hash into pageUrl attribute
This commit is contained in:
commit
786d249a6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue