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

fixed UI not loading

pull/2/head
kayone 12 years ago
parent 6e792c6916
commit 1695ff7305

@ -2,7 +2,8 @@
define(
[
'marionette',
'jquery'
'jquery',
'Navbar/Search'
], function (Marionette, $) {
return Marionette.ItemView.extend({
template: 'Navbar/NavbarTemplate',

Loading…
Cancel
Save