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 f1574ea09bbfd6266303a960ac7bc7f805095502..32a2c5b21d458d5dff835438dd7533aeabcc742c 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
@@ -59,8 +59,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)