#48 - When enable some option at dashboard that busy circle do not go away
This commit is contained in:
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…
Reference in New Issue
Block a user