#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 () { 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) {