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

Search for Episode won't add #Search to URL now.

pull/2/head
Mark McDowall 14 years ago
parent 3770067c32
commit 0284f54e08

@ -67,7 +67,7 @@
columns.Bound(c => c.Quality).Width(0);
columns.Bound(c => c.Status).Width(0);
columns.Bound(o => o.EpisodeId).Title("")
.ClientTemplate("<a href='#Search' onClick=\"return searchForEpisode('<#= EpisodeId #>')\" >Search</a>");
.ClientTemplate("<a href='#Search' onClick=\"searchForEpisode('<#= EpisodeId #>'); return false;\" >Search</a>");
})
.DetailView(detailView => detailView.ClientTemplate("<div><#= Overview #> </br><#= Path #> </div>"))
.ClientEvents(clientEvents =>

Loading…
Cancel
Save