Commit 215a2085 authored by anne munoz's avatar anne munoz Committed by Adam Wujek

www: minor change

minor change to correct data representarion at wr monitorization
parent 950cdcee
......@@ -31,7 +31,7 @@ function updateWrValues(){
tables += '<br>';
//table timing parameters & sync status
var data = datainfowr[2] + removewhitespaces(datainfowr[3]);
var data = datainfowr[2]+ ','+removewhitespaces(datainfowr[3]);
tables += drawtimingtable(data);
tables += '<br>';
......
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