--- dao/DaoAdresseVedligehold/src/main/webapp/index.html 2016/01/31 22:45:03 2891 +++ dao/DaoAdresseVedligehold/src/main/webapp/index.html 2016/02/01 09:39:11 2900 @@ -42,6 +42,7 @@ html += "
"; html += "

" + entry.description + "

"; + html += "
"; html += entry.detail; @@ -59,9 +60,10 @@ } } - html += "
" + entry.state + "
"; + html += "
" + entry.state + "
"; - html += "
"; + html += "
"; //panel-body + html += ""; //panel }); if (html == "") { @@ -123,7 +125,9 @@ } - $.get("rest/commands/distancecalculation/" + dist); + $.get("rest/commands/distancecalculation/" + dist, function() { + loadTasks(); //Force reload of tasks immediately + } ); });