1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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

This commit is contained in:
LukePulverenti 2013-03-13 12:56:21 -04:00
parent 4ebe929d60
commit df35d07894
3 changed files with 0 additions and 6 deletions

View file

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

View file

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

View file

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