#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 99b19a80b2
commit 048cb571e6
3 changed files with 0 additions and 6 deletions

View file

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

View file

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

View file

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