Skip to content

Commit 5eca03b

Browse files
committed
Fix demo URL to be 100% relative.
1 parent 981480a commit 5eca03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
state_id:0,
99
ajax_combobox_options:{
1010
debug:false,
11-
ajax_url:'/state-autocomplete.php',
11+
ajax_url:'state-autocomplete.php',
1212
allow_clear:true,
1313
id_type:'number',
1414
alt_id_type:'string',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-bootstrap-ajax-combobox",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "AJAX Combobox autocomplete component for Vue.js 2.x and Bootstrap 4.",
55
"main": "vue-bootstrap-ajax-combobox.js",
66
"scripts": {

0 commit comments

Comments
 (0)