Pman.js
authorAlan Knowles <alan@roojs.com>
Thu, 20 Sep 2012 06:22:25 +0000 (14:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Sep 2012 06:22:25 +0000 (14:22 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 3de8979..502bf70 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -563,7 +563,7 @@ Pman = new Roo.Document(
                 tab.grid.getView().mainWrap.mask("Deleting");
                 new Pman.Request({
                     url: baseURL + '/Roo/'+tbl+'.php',
-                    method: 'GET',
+                    method: 'POST',
                     params: {
                         _delete : r.join(',')
                     },