mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
Really fixed the progress bar, brute force fail.
This commit is contained in:
parent
2000d07180
commit
04fdb130b8
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user