From 6aef64d71d1ac28cdcf55eb39f092a3151966d55 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:06:43 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 2 +- Pman.Dialog.CoreAutoSavePreview.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 8c68dd73..9df8c3f7 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -63,7 +63,7 @@ }, { "listeners": { - "|beforeload": "function (_self, o)\n{\n Roo.log(_this.data);\n o.params = o.parmas || {};\n o.action = 'AUTOSAVE'\n}" + "|beforeload": "function (_self, o)\n{\n Roo.log(_this.data);\n o.params = o.parmas || {};\n o.action = 'AUTOSAVE';\n \n}" }, "*prop": "dataSource", "remoteSort": true, diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index ddfa37ff..506d4037 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -95,7 +95,8 @@ Pman.Dialog.CoreAutoSavePreview = { { Roo.log(_this.data); o.params = o.parmas || {}; - o.action = 'AUTOSAVE' + o.action = 'AUTOSAVE'; + } }, remoteSort : true, -- 2.39.2