From 0e4ae9fac458c487b4ec933f0261d190deea00ed Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 Dec 2018 16:42:44 +0800 Subject: [PATCH] examples/bootstrap/TabPanel-ComboBox.js --- examples/bootstrap/TabPanel-ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bootstrap/TabPanel-ComboBox.js b/examples/bootstrap/TabPanel-ComboBox.js index e9cf790dab..6895995f07 100644 --- a/examples/bootstrap/TabPanel-ComboBox.js +++ b/examples/bootstrap/TabPanel-ComboBox.js @@ -403,7 +403,7 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({ proxy : { xtype: 'HttpProxy', xns: Roo.data, - url : './data.country.js', + url : '../bootstrap/data.country.js', method : 'GET' }, reader : { -- 2.39.2