Skip to content
Snippets Groups Projects
Commit 1aea547f authored by jkerdreu's avatar jkerdreu
Browse files

Second Fix

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2143 b32b6428-25c9-4566-ad07-03861ab6144f
parent b9c3439d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ $("#resturl").html("<a href="+url+">"+url+"</a>");
$("#hostname").html(window.location.hostname);
function update() {
$.getJSON("/devices", function(result){
$.getJSON("url", function(result){
$("#devices").html("<tr><th>DevType</th><th>Address</th></tr>");
$.each(result, function(i, field){
var devtype= field['devtype'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment