Roo/bootstrap/DocumentManager.js
authoredward <edward@roojs.com>
Thu, 3 Mar 2016 05:28:15 +0000 (13:28 +0800)
committeredward <edward@roojs.com>
Thu, 3 Mar 2016 05:28:15 +0000 (13:28 +0800)
Roo/bootstrap/DocumentManager.js

index 248bc29..12100ee 100644 (file)
@@ -334,9 +334,9 @@ Roo.extend(Roo.bootstrap.DocumentManager, Roo.bootstrap.Component,  {
         
         var delegate = this.delegates.shift();
         
-        this.progressBar.update(this.progressBar.aria_valuemax - this.delegates.length);
+        this.progressDialog.show();
         
-        this.progressDialog
+        this.progressBar.update(this.progressBar.aria_valuemax - this.delegates.length);
         
         delegate();
     },