From 811a747d942c6a6c796afac571cecba41fa7b01f Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 18:28:33 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 2 +- Pman.Dialog.CoreAutoSavePreview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index bd28936b..01525381 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -136,7 +136,7 @@ }, { "listeners": { - "|click": "function() {\n Roo.log(_this.source);\n _this.dialog.hide();\n\n}" + "|click": "function() {\n\n _this.dialog.hide();\n\n}" }, "*prop": "buttons[]", "text": "OK", diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 6c3a5064..d34dc0a1 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -220,7 +220,7 @@ Pman.Dialog.CoreAutoSavePreview = { xns: Roo, listeners : { click : function() { - Roo.log(_this.source); + _this.dialog.hide(); } -- 2.39.2