mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 07:15:24 +00:00
Really fixed the progress bar, brute force fail.
This commit is contained in:
@@ -135,12 +135,9 @@
|
||||
var element = this;
|
||||
|
||||
var progressbar = $(element).progressbar({
|
||||
value: parseInt($(element).attr("value"))
|
||||
value: parseInt($(element).attr("rel"))
|
||||
});
|
||||
|
||||
//Magic was hiding the progress bar color... brute force > magic
|
||||
progressbar.children('.ui-progressbar-value').css('display', 'block');
|
||||
|
||||
var label = progressbar.find('.progressBarText').clone().width(progressbar.width());
|
||||
progressbar.find('.ui-progressbar-value').append(label);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user