fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b94c6ee
)
Fix.
author
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 00:20:16 +0000
(
01:20
+0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 00:20:16 +0000
(
01:20
+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
7e21b21
..
89663a6
100644
(file)
--- a/
src/wolnelektury/static/js/book_text/references.js
+++ b/
src/wolnelektury/static/js/book_text/references.js
@@
-5,7
+5,7
@@
interestingReferences = $.parseJSON(interestingReferences);
}
if (interestingReferences) {
interestingReferences = $.parseJSON(interestingReferences);
}
if (interestingReferences) {
- $("#settings-references").
show(
);
+ $("#settings-references").
css('display', 'block'
);
}
}