From 96f53fcb3f566778a431ae1d95e3cc8ac10cdfc9 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:35:09 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 4 ++-- Pman.Dialog.CoreAutoSavePreview.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 891a5a56..a2be27f2 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -77,9 +77,9 @@ "items": [ { "*prop": "proxy", - "xtype": "HttpProxy", "method": "GET", - "|url": "baseURL + '/Roo/Images.php'", + "xtype": "HttpProxy", + "|url": "baseURL + '/Roo/Events.php'", "|xns": "Roo.data" }, { diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index c58e53fb..1bfa3e84 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -123,7 +123,7 @@ Pman.Dialog.CoreAutoSavePreview = { xtype: 'HttpProxy', xns: Roo.data, method : 'GET', - url : baseURL + '/Roo/Images.php' + url : baseURL + '/Roo/Events.php' }, reader : { xtype: 'JsonReader', -- 2.39.2