diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index 3012e5bd..cee19f4c 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -1497,7 +1497,7 @@ Ox.Map = function(options, self) { height: self.mapHeight + 'px', width: self.options.width + 'px' }); - self.options.showZoombar && self.$zoomInput.options({ + self.options.$zoomInput && self.$zoomInput.options({ size: self.options.width }); updateFormElements();