diff --git a/code/boot.js b/code/boot.js index a1fc42b0..a881f8e0 100644 --- a/code/boot.js +++ b/code/boot.js @@ -115,7 +115,7 @@ window.setupMap = function() { window.map = new L.Map('map', $.extend(getPosition(), - {zoomControl: !(localStorage['iitc.zoom.buttons'] === 'false')} + {zoomControl: true} )); var addLayers = {}; diff --git a/code/smartphone.js b/code/smartphone.js index 730db91f..3162b6d5 100644 --- a/code/smartphone.js +++ b/code/smartphone.js @@ -25,9 +25,6 @@ window.runOnSmartphonesBeforeBoot = function() { headHTML += ''; document.getElementsByTagName('head')[0].innerHTML = headHTML; - // disable zoom buttons to see if they are really needed - window.localStorage['iitc.zoom.buttons'] = 'false'; - // don’t need many of those window.setupStyles = function() { $('head').append('