Commit ab2bc45a authored by Ad Schellevis's avatar Ad Schellevis

(routes) small template fix

parent d4a1a4db
......@@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.
} else {
resolve = "";
}
ajaxGet(url = "/api/diagnostics/interface/getRoutes",
ajaxGet(url = "/api/diagnostics/interface/getRoutes/",
sendData = {resolve:resolve}, callback = function (data, status) {
if (status == "success") {
$("#grid-routes").bootgrid('destroy');
......@@ -64,8 +64,8 @@ POSSIBILITY OF SUCH DAMAGE.
});
$("#grid-routes > tbody").html(html.join(''));
$("#grid-routes").bootgrid(gridopt);
$('#processing-dialog').modal('hide');
}
$('#processing-dialog').modal('hide');
}
);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment