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:
parent
4ebe929d60
commit
df35d07894
3 changed files with 0 additions and 6 deletions
|
@ -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) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue