X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fmonitor.html;h=ce33104e44b423f618dbac85f762d82251a7f611;hb=e99f993d7ab18a6ea62d876da38c678ece82a599;hp=b7417af90303b7c776e59a1d2bab93470a6eb784;hpb=47b42231da0789834a2ba4b7b1e725dcf1a82c6a;p=psensor.git diff --git a/www/monitor.html b/www/monitor.html index b7417af..ce33104 100644 --- a/www/monitor.html +++ b/www/monitor.html @@ -21,7 +21,11 @@ unit = type_to_unit(stype); stype_str = type_to_str(stype); - $("#sensors").append(""+sname+""+svalue+unit+""+smin+unit+""+smax+unit+""+stype_str+""); + $("#sensors").append("" + +"" + +""+sname+"" + +""+svalue+unit+""+smin+unit+""+smax+unit+""+stype_str+""); }); });