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

New: Hidden field with series title for use with Xtender (Chrome Plugin)

pull/2/head
Mark McDowall 11 years ago
parent e2450e2106
commit b3136b359a

@ -1,6 +1,7 @@
<div class="modal-content">
<div class="episode-detail-modal">
<div class="modal-header">
<span class="hidden-series-title x-series-title">{{series.title}}</span>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3>

@ -282,6 +282,10 @@
.episode-activity-details-cell .popover {
max-width: 800px;
}
.hidden-series-title {
display : none;
}
}
.season-grid {

Loading…
Cancel
Save