From 2b21245cd01e91b9b3114d06ba5b45650cf63ec6 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 23 Dec 2008 13:27:57 +0000 Subject: progressbar: changed value to have 'ui-widget-header' instead of 'ui-state-default' --- ui/ui.progressbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js index db65ccf30..f47320f47 100644 --- a/ui/ui.progressbar.js +++ b/ui/ui.progressbar.js @@ -31,7 +31,7 @@ $.widget("ui.progressbar", { "aria-valuenow": this._value() }); - this.valueDiv = $('
').appendTo(this.element); + this.valueDiv = $('
').appendTo(this.element); this._refreshValue(); -- cgit v1.2.3