X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3630431838af58be873aebdb5af6eccb430cb759..9e621499c65fcb873d2963c7da13be76d6aff825:/src/wolnelektury/static/js/book_text/references.js?ds=inline

diff --git a/src/wolnelektury/static/js/book_text/references.js b/src/wolnelektury/static/js/book_text/references.js
index 365a18c1b..4c72fe60b 100644
--- a/src/wolnelektury/static/js/book_text/references.js
+++ b/src/wolnelektury/static/js/book_text/references.js
@@ -8,13 +8,13 @@
         $("#settings-references").css('display', 'block');
     }
 
-    
-    
     var map_enabled = false;
-    var marker = L.marker([0,0]);
+    var marker = L.circleMarker([0,0]);
     var map = null;
 
     function enable_map() {
+        $("#reference-map").show('slow');
+
         if (map_enabled) return;
 
         map = L.map('reference-map').setView([0, 0], 11);
@@ -60,7 +60,6 @@
             enable_map();
 
             marker.setLatLng(ref.location);
-            //marker.setContent(ref.label);
             marker.bindTooltip(ref.label).openTooltip();
             map.addLayer(marker);
             map.panTo(ref.location, {