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

made edit and delete series dialog height auto.

pull/2/head
kay.one 13 years ago
parent ed028123f3
commit 2000d07180

@ -148,7 +148,7 @@
$("#seriesEditor").dialog({
autoOpen: false,
height: 360,
height: 'auto',
width: 670,
resizable: false,
modal: true,
@ -189,7 +189,7 @@
$("#seriesDelete").dialog({
autoOpen: false,
resizable: false,
height: 170,
height: 'auto',
width: 450,
modal: true,
buttons: {

Loading…
Cancel
Save