main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit d9f318efec - Show all commits

View file

@ -31,7 +31,7 @@ const clickPFX = "click-action: ";
document.addEventListener("keydown", (event) => {
if (event.ctrlKey && event.key == "Enter") {
ntfyClick
ntfyClick()
}
});