From 12895e184db7cb0298f195f9557e39fbf67d24dc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 6 Dec 2012 16:49:56 +0800 Subject: [PATCH] Pman.I18n.js --- Pman.I18n.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman.I18n.js b/Pman.I18n.js index a264232d..435d9ed9 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -177,7 +177,7 @@ Pman.I18n = { xtype: 'Store', proxy: { xtype: 'HttpProxy', - url: baseURL + '/I18N/Country.html', + url: baseURL + '/Core/I18n/Country.html', method: 'GET' }, @@ -199,7 +199,7 @@ Pman.I18n = { xtype: 'Store', proxy: { xtype: 'HttpProxy', - url: baseURL + '/I18N/Lang.html', + url: baseURL + '/Core/I18n/Lang.html', method: 'GET' }, @@ -220,7 +220,7 @@ Pman.I18n = { xtype: 'Store', proxy: { xtype: 'HttpProxy', - url: baseURL + '/I18N/Currency.html', + url: baseURL + '/Core/I18n/Currency.html', method: 'GET' }, -- 2.39.2