Fix displaying map.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 9 Nov 2020 10:23:44 +0000 (11:23 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 9 Nov 2020 10:23:44 +0000 (11:23 +0100)
src/wolnelektury/static/js/book_text/references.js

index 365a18c..5a6af49 100644 (file)
@@ -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);