diff options
author | Yanlan Shen <yanlan.shen.@rosinson.com> | 2018-12-03 15:14:14 +0800 |
---|---|---|
committer | Yanlan Shen <yanlan.shen.@rosinson.com> | 2018-12-03 15:14:14 +0800 |
commit | 6aa8ab54ee1f3f5cceb5aebd1d657ab2fa007cd8 (patch) | |
tree | 78b04e2aaa1f9b0f1a51c8f7c58d3e2ad25cadc8 /themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | |
parent | c7bd4397fbd761591237c7171e147969099fc4d1 (diff) |
luci-theme-rosy: Modify the code for the progress bar of the overview interface
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
Diffstat (limited to 'themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js')
-rwxr-xr-x | themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ }); }); - $('<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); |