Skip to content
Snippets Groups Projects
Commit 5adc4a8e authored by wactbprot's avatar wactbprot
Browse files

cb bug

parent e7077bd2
Branches
No related tags found
No related merge requests found
......@@ -107,11 +107,10 @@ box_pd.on("click", function(data){
"Content-Type" : "text/javascript"
}
}
var cb = function(res) {
var req = http.request(go, cb);
var req = http.request(go);
req.write("run");
req.end();
}
});
......@@ -141,9 +140,7 @@ setInterval( function(){
});
screen.title = conf.basestr_screen
+ " | profibus port: "
+ conf.profibus.port + " on ip: "
+ conf.profibus.ip + " online: "
+ " | profibus online: "
+ !profibus.destroyed // <-- request hält profibus (kunbus) wach
+ " | api server port: " + conf.api.port
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment