@ -80,6 +80,10 @@ $.fn.progress = function(parameters) {
instance = undefined;
},
reset: function() {
module.set.percent(0);
complete: function() {
if(module.percent === undefined || module.percent < 100) {
module.set.percent(100);
@ -180,6 +180,7 @@
.ui.active.progress .bar {
position: relative;
min-width: @activeMinWidth;
}
.ui.active.progress .bar::after {
content: '';