fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3839a85
)
Settings switch
author
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 00:15:22 +0000
(
01:15
+0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 00:15:22 +0000
(
01:15
+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
dcbb3c8
..
45a5852
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) {
- $("settings-references").show();
+ $("
#
settings-references").show();
}
@@
-36,7
+36,6
@@
$('a.reference').each(function() {
$this = $(this);
uri = $this.attr('data-uri');
- console.log('check ' + uri);
if (interestingReferences.hasOwnProperty(uri)) {
$this.addClass('interesting');
ref = interestingReferences[uri];