Skip to content

Commit 40a4edc

Browse files
authored
Merge pull request #361 from canjs/fix-test-path-prefix
Fix test pathPrefix
2 parents 97765ea + 4ec7f6d commit 40a4edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ document.body.appendChild(searchBar);
1818

1919
/* Create a new instance of the search control */
2020
var search = new SearchControl('#search-bar', {
21-
pathPrefix: '/doc'
21+
pathPrefix: '../doc'
2222
});
2323

2424
/* Tests */

0 commit comments

Comments
 (0)