fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3630431
)
Fix displaying map.
author
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 10:23:44 +0000
(11:23 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 10:23:44 +0000
(11:23 +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
365a18c
..
5a6af49
100644
(file)
--- a/
src/wolnelektury/static/js/book_text/references.js
+++ b/
src/wolnelektury/static/js/book_text/references.js
@@
-15,6
+15,8
@@
var map = null;
function enable_map() {
+ $("#reference-map").show('slow');
+
if (map_enabled) return;
map = L.map('reference-map').setView([0, 0], 11);