truckingsim / Ajax-Bootstrap-Select

This uses the bootstrap-select plugin and extends it so that you can use a remote source to search.
MIT License
280 stars 97 forks source link

Changed to path relative to dist folder, in the example. #173

Open virgiliopontes opened 5 years ago

virgiliopontes commented 5 years ago

When you opened the example, in a path other than root, it was executed in error while getting files from the dist folder. Before: http://127.0.0.1/dist/css/ajax-bootstrap-select.css net::ERR_ABORTED 404 (Not Found) After: Is loaded correctly

Description (required)

Fix loading files from dist folder, for example

Screenshots (optional)

Before: image

After: image