Roo/LoadMask.js
authorAlan Knowles <alan@roojs.com>
Fri, 2 Aug 2013 08:39:26 +0000 (16:39 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Aug 2013 08:39:26 +0000 (16:39 +0800)
Roo/LoadMask.js

index 73f9a5f..3176b02 100644 (file)
@@ -81,19 +81,17 @@ Roo.LoadMask.prototype = {
         
         if (typeof(arguments[3]) != 'undefined') {
             Roo.MessageBox.alert("Error loading",arguments[3]);
-        } else {
-            /*
-            try {
-                if (this.store && typeof(this.store.reader.jsonData.errorMsg) != 'undefined') {
-                    Roo.MessageBox.alert("Error loading",this.store.reader.jsonData.errorMsg);
-                }   
-            } catch(e) {
-                
-            }
-            */
+        } 
+        /*
+        try {
+            if (this.store && typeof(this.store.reader.jsonData.errorMsg) != 'undefined') {
+                Roo.MessageBox.alert("Error loading",this.store.reader.jsonData.errorMsg);
+            }   
+        } catch(e) {
+            
         }
-        // te
-        
+        */
+    
         
         
         this.el.unmask(this.removeMask);