fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8925f2b
)
Fix displaying images.
author
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 10:16:57 +0000
(11:16 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 10:16:57 +0000
(11:16 +0100)
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
23f7b03
..
365a18c
100644
(file)
--- a/
src/wolnelektury/static/js/book_text/references.js
+++ b/
src/wolnelektury/static/js/book_text/references.js
@@
-74,7
+74,7
@@
}
}
- $("#reference-images
img
").remove();
+ $("#reference-images
a
").remove();
if (ref.images) {
$.each(ref.images, function(i, e) {
$i = $("<a target='_blank'><img></a>");