From 22580eb1f9e7fb0ff0ba4f7de1056e4d7e0aea78 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 16:25:01 +0800 Subject: [PATCH] examples/bootstrap/ComboBox.js --- examples/bootstrap/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bootstrap/ComboBox.js b/examples/bootstrap/ComboBox.js index 78d551d398..d5002f8cda 100644 --- a/examples/bootstrap/ComboBox.js +++ b/examples/bootstrap/ComboBox.js @@ -69,7 +69,7 @@ Roo.example.combobox = new Roo.XComponent({ proxy : { xtype: 'HttpProxy', xns: Roo.data, - url : '../boostrap/data.country.js', + url : '../bootstrap/data.country.js', method : 'GET' }, reader : { -- 2.39.2