map.on('mouseenter', 'unclustered-point', function () {
map.getCanvas().style.cursor = 'pointer';
});
-
+
// Change it back to a pointer when it leaves.
map.on('mouseleave', 'unclustered-point', function () {
map.getCanvas().style.cursor = '';
diff --git a/_layouts/pod.html b/_layouts/pod.html
index b843897..256e9d2 100644
--- a/_layouts/pod.html
+++ b/_layouts/pod.html
@@ -12,7 +12,7 @@
>
{% include header.html %}
-
+
{% include txtbot.html %}