luci-theme-rosy: Modify the code for the progress bar of the overview interface
[project/luci.git] / themes / luci-theme-rosy / htdocs / luci-static / rosy / js / script.js
index e8ba0206093e651aa2cb03b52b128e3145aa5a16..9d9cc7a2f9200b6a19e4e28308c808a72eb50784 100755 (executable)
         });
     });
 
-    $('<samll>').text($('.cbi-progressbar').attr('title')).appendTo('.cbi-progressbar');
-    setInterval(function(){
-        $('.cbi-progressbar').each(function(i, e){
-            $(this).children("samll").text($(this).attr('title'));
-        });
-        
-    }, 5000);
-    
-
 })(jQuery);