Skip to content

Commit 43e43a5

Browse files
committed
Update search-page.html
1 parent 08fcdbe commit 43e43a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/search-page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ <h1>Search</h1>
213213
var arr = link.split("?")
214214
if(arr[1].indexOf("#") > 0) {
215215
var subArr = arr[1].split("#")
216-
link = link +"?product=dbr&repoType="+ repoType +"&" + arr[1]
216+
link = link +"?product=ddn&repoType="+ repoType +"&" + arr[1]
217217
} else {
218-
link = link + "&product=dbr&repoType=" + repoType
218+
link = link + "&product=ddn&repoType=" + repoType
219219
}
220220
} else {
221-
link = link + "?product=dbr&repoType=" + repoType
221+
link = link + "?product=ddn&repoType=" + repoType
222222
}
223223
}
224224
window.location.href = link

0 commit comments

Comments
 (0)