]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
account for new nav structure
authorMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 21:20:03 +0000 (14:20 -0700)
committerMark Otto <markd.otto@gmail.com>
Tue, 30 May 2017 06:32:28 +0000 (23:32 -0700)
_includes/scripts.html

index a713f81d0f7f5858213dca704e63b61b2a63bf02..b9a83876b9b153d1ec367c0c13c6366aa3910213 100644 (file)
@@ -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;
       });
     },