From: edward Date: Wed, 30 Mar 2016 06:19:06 +0000 (+0800) Subject: Pman.Dialog.CoreEmail.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=42e1b418825c1e34532a94c5dd61df65ab53e282 Pman.Dialog.CoreEmail.bjs Pman.Dialog.CoreEmail.js --- diff --git a/Pman.Dialog.CoreEmail.bjs b/Pman.Dialog.CoreEmail.bjs index e2c60378..3255f265 100644 --- a/Pman.Dialog.CoreEmail.bjs +++ b/Pman.Dialog.CoreEmail.bjs @@ -426,7 +426,7 @@ }, { "listeners" : { - "click" : "function (_self, e)\n{\n this.scope.owner.fireEvent('savedpreview', this.scope.owner);\n}" + "click" : "function (_self, e)\n{\n this.scope.owner.fireEvent('savedpreview', this.scope.owner);\n \n}" }, "String cls" : "x-init-enable", "text" : "Saved Version", diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index 29537164..a6d615b6 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -972,6 +972,7 @@ Pman.Dialog.CoreEmail = { click : function (_self, e) { this.scope.owner.fireEvent('savedpreview', this.scope.owner); + } } }