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