From: Edward Date: Thu, 8 May 2014 10:28:33 +0000 (+0800) Subject: Pman.Dialog.CoreAutoSavePreview.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=811a747d942c6a6c796afac571cecba41fa7b01f Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- 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(); }