File manager - Edit - /usr/local/CyberCP/cyberpanel/static/baseTemplate/assets/widgets/progressbar/progressbar.js
Back
/* Progress bars */ function progress(percent, element) { var progressBarWidth = percent * element.width() / 100; element.find('.progressbar-value').animate({ width: progressBarWidth }, 1200); } $(document).on('ready', function() { $('.progressbar').each(function() { var bar = $(this); var max = $(this).attr('data-value'); progress(max, bar); }); }); $(function(){ $('#header-right, .updateEasyPieChart, .complete-user-profile, #progress-dropdown, .progress-box').hover(function () { $('.progressbar').each(function() { var bar = $(this); var max = $(this).attr('data-value'); progress(max, bar); }); }); });
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings