From d42d58839f8fc37959e76a1f5fd4da41b3c4f58e Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 13:09:37 +0800 Subject: [PATCH] Pman.Dialog.CoreImportUrl.bjs Pman.Dialog.CoreImportUrl.js --- Pman.Dialog.CoreImportUrl.bjs | 2 +- Pman.Dialog.CoreImportUrl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreImportUrl.bjs b/Pman.Dialog.CoreImportUrl.bjs index 862cc0ac..25de4d64 100644 --- a/Pman.Dialog.CoreImportUrl.bjs +++ b/Pman.Dialog.CoreImportUrl.bjs @@ -35,7 +35,7 @@ "method": "POST", "style": "margin:10px;", "xtype": "Form", - "|url": "baseURL + '/Crm/ImportHtml.php'", + "|url": "baseURL", "|xns": "Roo.form", "items": [ { diff --git a/Pman.Dialog.CoreImportUrl.js b/Pman.Dialog.CoreImportUrl.js index 90efd5d0..e03fe15e 100644 --- a/Pman.Dialog.CoreImportUrl.js +++ b/Pman.Dialog.CoreImportUrl.js @@ -80,7 +80,7 @@ Pman.Dialog.CoreImportUrl = { }, method : 'POST', style : 'margin:10px;', - url : baseURL + '/Crm/ImportHtml.php', + url : baseURL, items : [ { xtype: 'TextField', -- 2.39.2