From 4f34d2111dda6a30f171bd5abba233a0c2db0755 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Sat, 5 Nov 2016 20:55:05 +0100 Subject: [PATCH] Fix typo. Add this --- single.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/single.php b/single.php index c8c94ed..a61a41c 100644 --- a/single.php +++ b/single.php @@ -116,8 +116,8 @@ bounds.extend(marker.getPosition()); } this.map.fitBounds(bounds); - if(map.getZoom() > 15) - map.setZoom(15); + if(this.map.getZoom() > 15) + this.map.setZoom(15); }