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

- When enable some option at dashboard that busy circle do not go away

pull/702/head
LukePulverenti 12 years ago
parent 99b19a80b2
commit 048cb571e6

@ -49,8 +49,6 @@
},
onSubmit: function () {
Dashboard.showLoadingMsg();
var form = this;
ApiClient.getServerConfiguration().done(function (config) {

@ -86,8 +86,6 @@
},
onSubmit: function () {
Dashboard.showLoadingMsg();
var form = this;
ApiClient.getServerConfiguration().done(function (config) {

@ -49,8 +49,6 @@
},
onSubmit: function () {
Dashboard.showLoadingMsg();
var form = this;
ApiClient.getServerConfiguration().done(function (config) {

Loading…
Cancel
Save