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

Really fixed the progress bar, brute force fail.

pull/6/head
Mark McDowall 13 years ago
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…
Cancel
Save