mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
Merge pull request #61 from contributor/master
Capture location.hash into pageUrl attribute
This commit is contained in:
@@ -297,7 +297,7 @@ async function prepareMessageResponse(message) {
|
|||||||
title: pageTitle(),
|
title: pageTitle(),
|
||||||
content: container.innerHTML,
|
content: container.innerHTML,
|
||||||
images: images,
|
images: images,
|
||||||
pageUrl: getPageLocationOrigin() + location.pathname + location.search
|
pageUrl: getPageLocationOrigin() + location.pathname + location.search + location.hash
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user