sync
[Pman.Admin] / Pman.Tab.AdminEnum.js
index 6dcb074..314c952 100644 (file)
@@ -647,17 +647,16 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           listeners : {
            click : function()
             {
-                console.log(_this.grid);
-                console.log(_this.grid.getSelectionModel());
+            
                 var s = _this.grid.getSelectionModel().getSelectedCell();
-                console.log(s);
+            
                 if (!s.length)  {
                     Roo.MessageBox.alert("Error", "Select a Row");
                     return;
                 }
-                console.log(_this.grid.ds);
+                
                 var d = _this.grid.ds.getAt(s[0]);
-            
+                console.log(Pman.Dialog);
                 Pman.Dialog.AdminEnumMerge.show(d.data, function() {
                     _this.grid.footer.onClick('refresh');
                 });