diff --git a/src/main/webapp/public/nordic_septoria_whs/nordic_septoria_whs.css b/src/main/webapp/public/nordic_septoria_whs/nordic_septoria_whs.css index c547923a39f6cebab60949d2b689c7dbbb2eda60..334d392033f9d5ceee0f8ba77037671ff821f604 100644 --- a/src/main/webapp/public/nordic_septoria_whs/nordic_septoria_whs.css +++ b/src/main/webapp/public/nordic_septoria_whs/nordic_septoria_whs.css @@ -19,6 +19,7 @@ along with VIPSLogic. If not, see <http://www.nibio.no/licenses/>. /* Created on : Mar 15, 2018, 3:50:00 PM Author : treinar + Possible workaround for MS browsers: https://rachelandrew.co.uk/css/cheatsheets/grid-fallbacks */ #mainMap { grid-area: mainMap; height: 450px;} #subMap1 { grid-area: subMap1; height: 250px;} diff --git a/src/main/webapp/public/nordic_septoria_whs/nordic_septoria_whs.js b/src/main/webapp/public/nordic_septoria_whs/nordic_septoria_whs.js index 87d5d50ac6c5cad2c706799bb56d49e98ee9ced8..d8d6972e84c541776da1be32eef418c5a174646a 100644 --- a/src/main/webapp/public/nordic_septoria_whs/nordic_septoria_whs.js +++ b/src/main/webapp/public/nordic_septoria_whs/nordic_septoria_whs.js @@ -72,8 +72,8 @@ var initMap = function () }) }); } - //ajax(hostName + "/rest/forecastresults/-1000", function(e){ - ajax("http://vipslogic-local.no/rest/forecastresults/-1000", function(e){ + ajax(hostName + "/rest/forecastresults/-1000", function(e){ + //ajax("http://vipslogic-local.no/rest/forecastresults/-1000", function(e){ results = JSON.parse(e.target.responseText); var currentDay = todayAtMidnight; for(var mapName in maps)