From c60e0426a2114df3c51080c9502b729eedfefd1e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 16:01:07 +0800 Subject: [PATCH] examples/bootstrap/ComboBox.js --- examples/bootstrap/ComboBox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/ComboBox.js b/examples/bootstrap/ComboBox.js index 813da7b53b..f8b6cd2168 100644 --- a/examples/bootstrap/ComboBox.js +++ b/examples/bootstrap/ComboBox.js @@ -75,7 +75,7 @@ Roo.example.combobox = new Roo.XComponent({ proxy : { xtype: 'HttpProxy', xns: Roo.data, - url : baseURL + '/Geoip/Core_geoip_country', + url : '../boostrap/data.country.js', method : 'GET' }, reader : { @@ -91,7 +91,7 @@ Roo.example.combobox = new Roo.XComponent({ 'type': 'string' }, { - 'name': 'name', + 'name': 'title', 'type': 'string' } ] -- 2.39.2