From b04bc015b95242cdfefca98a9a6dae54b6853e74 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Nov 2018 16:53:43 +0800 Subject: [PATCH] examples/bootstrap/ComboBox2.js --- examples/bootstrap/ComboBox2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bootstrap/ComboBox2.js b/examples/bootstrap/ComboBox2.js index 206f05e8a8..3bb31420e3 100644 --- a/examples/bootstrap/ComboBox2.js +++ b/examples/bootstrap/ComboBox2.js @@ -134,7 +134,7 @@ Roo.example.combobox = new Roo.XComponent({ proxy : { xtype: 'HttpProxy', xns: Roo.data, - url : baseURL + '/Geoip/Core_geoip_country', + url : baseURL + '/Core/I18n', method : 'GET' }, reader : { -- 2.39.2