Skip to content

Commit 6221595

Browse files
Fixing bugs of search pages
1 parent 870fa1d commit 6221595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/search-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h1>Search</h1>
199199

200200
$('#txtSearch').keydown(function(e) {
201201
if (e.keyCode == 13) {
202-
window.location.href = '/document-normalizer/docs/search.html?q=' + $('#txtSearch').val()
202+
window.location.href = '/document-normalizer/docs/core/search.html?q=' + $('#txtSearch').val()
203203
}
204204
})
205205

0 commit comments

Comments
 (0)