From 6aa8ab54ee1f3f5cceb5aebd1d657ab2fa007cd8 Mon Sep 17 00:00:00 2001 From: Yanlan Shen Date: Mon, 3 Dec 2018 15:14:14 +0800 Subject: luci-theme-rosy: Modify the code for the progress bar of the overview interface Signed-off-by: Yanlan Shen --- themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js') diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js index e8ba020609..9d9cc7a2f9 100755 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js @@ -286,13 +286,4 @@ }); }); - $('').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); -- cgit v1.2.3