--- dao/DaoAdresseVedligehold/src/main/webapp/index.html 2016/02/01 07:15:15 2894 +++ dao/DaoAdresseVedligehold/src/main/webapp/index.html 2016/02/01 07:30:14 2895 @@ -123,7 +123,9 @@ } - $.get("rest/commands/distancecalculation/" + dist); + $.get("rest/commands/distancecalculation/" + dist, function() { + loadTasks(); //Force reload of tasks immediately + } ); });