From 538a00a6037d75db8597111a7bcace48ea0588ea Mon Sep 17 00:00:00 2001 From: KH Lau Date: Tue, 22 Aug 2017 13:26:39 +0800 Subject: [PATCH] Pman.Request.js Attribute changed Pman.Request.js --- Pman.Request.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman.Request.js b/Pman.Request.js index dd80cd15..65ee5f42 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -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 +}); -- 2.39.2