public/js/jquery-ui-1.12.1.js in showoff-0.16.2 vs public/js/jquery-ui-1.12.1.js in showoff-0.17.0
- old
+ new
@@ -13464,11 +13464,11 @@
var value = this.options.value,
percentage = this._percentage();
this.valueDiv
.toggle( this.indeterminate || value > this.min )
- .width( percentage.toFixed( 0 ) + "%" );
+ .width( percentage.toFixed( 1 ) + "%" );
this
._toggleClass( this.valueDiv, "ui-progressbar-complete", null,
value === this.options.max )
._toggleClass( "ui-progressbar-indeterminate", null, this.indeterminate );
@@ -18701,6 +18701,6 @@
var widgetsTooltip = $.ui.tooltip;
-}));
\ No newline at end of file
+}));