Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/67e87127255a9a6fb57e4247c978c98b8bfe97b2 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Magic was hiding the progress bar colour. Brute force beats magic. Bears beat beats, Bears beat Battlestar Galactica.

pull/3113/head
Mark McDowall 13 years ago
parent b0c2807b56
commit 67e8712725

@ -137,6 +137,10 @@
var progressbar = $(element).progressbar({
value: parseInt($(element).attr("value"))
});
//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…
Cancel
Save