diff --git a/themes/bootstrap/js/zoomy/zoomy.js b/themes/bootstrap/js/zoomy/zoomy.js
index 0b47f5cc3ad2453ff74c83b393440339ab8aca93..8e1542a5a56960ce54e8ea3c6a2f4cba11b5029d 100644
--- a/themes/bootstrap/js/zoomy/zoomy.js
+++ b/themes/bootstrap/js/zoomy/zoomy.js
@@ -76,11 +76,9 @@
               'width' :state.map.width,
               'height':state.map.height
             });
-          if(navigator.userAgent.match(/iPad/i) == null) {
-            state.zoombar.css({
-                'bottom' :(state.map.size+state.map.margin-state.map.height)/2+state.map.height+3
-              });
-          }
+          state.zoombar.css({
+              'bottom' :(state.map.size+state.map.margin-state.map.height)/2+state.map.height+3
+            });
           // Initialize map lens
           state.scope.css({
               'width' :state.map.width-2,