Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/ffda032751f8b5566825b93bca4ec3a9446c0502?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed this time :D

pull/2/head
Keivan Beigi 12 years ago
parent 54d2da95ed
commit ffda032751

@ -135,7 +135,7 @@ define(
this.seriesRegion.show(new EmptyView()); this.seriesRegion.show(new EmptyView());
this.toolbar.close(); this.toolbar.close();
} }
else if (this.currentView && !this.currentView.isClosed) { else {
this.currentView.collection = SeriesCollection; this.currentView.collection = SeriesCollection;
this.seriesRegion.show(this.currentView); this.seriesRegion.show(this.currentView);
@ -145,9 +145,9 @@ define(
onShow: function () { onShow: function () {
this._showToolbar();
this._renderView(); this._renderView();
this._fetchCollection(); this._fetchCollection();
this._showToolbar();
}, },

Loading…
Cancel
Save