diff --git a/code/boot.js b/code/boot.js index a435f95d..da7d59ae 100644 --- a/code/boot.js +++ b/code/boot.js @@ -159,7 +159,8 @@ window.setupMap = function() { // TODO? move the actual IITC DOM into the leaflet control areas, so dummy
s aren't needed if(!isSmartphone()) { // chat window area - $(window.map._controlCorners['bottomleft']).append($('
').width(708).height(108).addClass('leaflet-control').css('margin','0')); + $(window.map._controlCorners['bottomleft']).append( + $('
').width(708).height(108).addClass('leaflet-control').css({'pointer-events': 'none', 'margin': '0'})); } var addLayers = {}; diff --git a/main.js b/main.js index 9c9034fe..d8cfce4a 100644 --- a/main.js +++ b/main.js @@ -70,8 +70,8 @@ document.getElementsByTagName('head')[0].innerHTML = '' document.getElementsByTagName('body')[0].innerHTML = '' + '
Loading, please wait
' + '' + '