X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fdetails.html;h=d028246d4efd969857592c4a4bad6add3ff83202;hb=6d9ffc592752d89835629ec8ae9ff0dd6ea6603e;hp=45bb3676d9ec58193d1c28b0cc7732e455297b8d;hpb=756c8a8761aac03549adb552bdf7b250726ef2e0;p=psensor.git diff --git a/www/details.html b/www/details.html index 45bb367..d028246 100644 --- a/www/details.html +++ b/www/details.html @@ -22,6 +22,8 @@ href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin"> url_id = get_url_params()["id"]; + update_menu(); + $.getJSON(url_id, function(data) { update_chart("chart", type_to_str(data["type"]), data); }); @@ -29,6 +31,11 @@ href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin"> + +