mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
account for new nav structure
This commit is contained in:
parent
0bfa2eea2a
commit
86177ac3af
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
inputSelector: '#search-input',
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '');
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', 'http://localhost:9001/docs/4.0');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue