diff --git a/data/y-web/info/yinfo.yhtm b/data/y-web/info/yinfo.yhtm index 2bb3cc026..a6f107b54 100644 --- a/data/y-web/info/yinfo.yhtm +++ b/data/y-web/info/yinfo.yhtm @@ -37,7 +37,7 @@ jQuery(document).ready(function(){ if (minutes < 10) minutes = "0" + minutes; - jQuery('#_progress_graph').css({ width: "{=var-get:progress=}%"}); + jQuery('#graph_progress').css({ width: "{=var-get:progress=}%"}); jQuery('#clock').html(hours+':'+minutes); jQuery('html head').find('title').text("yInfo"); }); @@ -45,90 +45,103 @@ jQuery(document).ready(function(){
-