remove gitiegnore to public
This commit is contained in:
8
public/storage/assets/js/circle-progress.js
Normal file
8
public/storage/assets/js/circle-progress.js
Normal file
@@ -0,0 +1,8 @@
|
||||
(function($) {
|
||||
'use strict';
|
||||
if ($(".circle-progress-1").length) {
|
||||
$('.circle-progress-1').circleProgress({}).on('circle-animation-progress', function(event, progress, stepValue) {
|
||||
$(this).find('.value').html(Math.round(100 * stepValue.toFixed(2).substr(1)) + '<i>%</i>');
|
||||
});
|
||||
}
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user