fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b18d2
)
fix
author
Radek Czajka
<rczajka@rczajka.pl>
Wed, 5 Jun 2024 13:22:13 +0000
(15:22 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Wed, 5 Jun 2024 13:22:13 +0000
(15:22 +0200)
src/wolnelektury/static/js/book_text/references.js
patch
|
blob
|
history
diff --git
a/src/wolnelektury/static/js/book_text/references.js
b/src/wolnelektury/static/js/book_text/references.js
index
1460675
..
87c8061
100644
(file)
--- a/
src/wolnelektury/static/js/book_text/references.js
+++ b/
src/wolnelektury/static/js/book_text/references.js
@@
-474,7
+474,7
@@
let text = window.location.protocol + '//' +
window.location.host +
window.location.pathname;
- if (anchor) text += anchor;
+ if (anchor) text +=
'#' +
anchor;
navigator.clipboard.writeText(text);
this.hideCopied();