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

removed partial script tag

pull/6/head
kay.one 13 years ago
parent 745af3e8ff
commit 940856f5fe

@ -27,11 +27,4 @@
.Columns(c => c.Bound(g => g.Name).Title("Type").Width(100))
.Columns(c => c.Bound(g => g.TargetId).Title("Target"))
.Columns(c => c.Bound(g => g.SecondaryTargetId).Title("Secondary Target"))
.Render();}
@section Scripts{
<script>
function
</script>
}
.Render();}
Loading…
Cancel
Save