summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js')
-rwxr-xr-xthemes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js9
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);