Pman.Request.js
authorKH Lau <khlau@roojs.com>
Tue, 22 Aug 2017 05:26:39 +0000 (13:26 +0800)
committerKH Lau <khlau@roojs.com>
Tue, 22 Aug 2017 05:26:39 +0000 (13:26 +0800)
Attribute changed Pman.Request.js

Pman.Request.js

index dd80cd1..65ee5f4 100644 (file)
@@ -87,8 +87,8 @@ Roo.extend(Pman.Request, Roo.data.Connection, {
                 Roo.callback(options.failure, options.scope, [res, options]);
                 return;
             }
-            Roo.MessageBox.hide(); // hide any existing messages..
-            Roo.MessageBox.alert("Error", res && res.errorMsg ?  res.errorMsg : "Error Sending data");
+            Roo.bootstrap.MessageBox.hide(); // hide any existing messages..
+            Roo.bootstrap.MessageBox.alert("Error", res && res.errorMsg ?  res.errorMsg : "Error Sending data");
             return;
         }
         Roo.callback(options.success, options.scope, [res, options]);
@@ -119,4 +119,4 @@ Roo.extend(Pman.Request, Roo.data.Connection, {
             
         }
     }
-});
\ No newline at end of file
+});