Skip to content
Snippets Groups Projects
Commit 72c00500 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

A bit of tweaking

parent d05286d2
Branches
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ along with VIPSLogic. If not, see <http://www.nibio.no/licenses/>. ...@@ -19,6 +19,7 @@ along with VIPSLogic. If not, see <http://www.nibio.no/licenses/>.
/* /*
Created on : Mar 15, 2018, 3:50:00 PM Created on : Mar 15, 2018, 3:50:00 PM
Author : treinar Author : treinar
Possible workaround for MS browsers: https://rachelandrew.co.uk/css/cheatsheets/grid-fallbacks
*/ */
#mainMap { grid-area: mainMap; height: 450px;} #mainMap { grid-area: mainMap; height: 450px;}
#subMap1 { grid-area: subMap1; height: 250px;} #subMap1 { grid-area: subMap1; height: 250px;}
......
...@@ -72,8 +72,8 @@ var initMap = function () ...@@ -72,8 +72,8 @@ var initMap = function ()
}) })
}); });
} }
//ajax(hostName + "/rest/forecastresults/-1000", function(e){ ajax(hostName + "/rest/forecastresults/-1000", function(e){
ajax("http://vipslogic-local.no/rest/forecastresults/-1000", function(e){ //ajax("http://vipslogic-local.no/rest/forecastresults/-1000", function(e){
results = JSON.parse(e.target.responseText); results = JSON.parse(e.target.responseText);
var currentDay = todayAtMidnight; var currentDay = todayAtMidnight;
for(var mapName in maps) for(var mapName in maps)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment