Skip to content

Commit e9eaee8

Browse files
committed
Update search-page.html
1 parent b2f5ddd commit e9eaee8

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
@@ -316,12 +316,12 @@ <h1>Search</h1>
316316
var arr = link.split("?")
317317
if(arr[1].indexOf("#") > 0) {
318318
var subArr = arr[1].split("#")
319-
link = link +"?product=dbr&repoType="+ repoType +"&" + arr[1]
319+
link = link +"?product=dlr&repoType="+ repoType +"&" + arr[1]
320320
} else {
321-
link = link + "&product=dbr&repoType=" + repoType
321+
link = link + "&product=dlr&repoType=" + repoType
322322
}
323323
} else {
324-
link = link + "?product=dbr&repoType=" + repoType
324+
link = link + "?product=dlr&repoType=" + repoType
325325
}
326326
}
327327
window.location.href = link

0 commit comments

Comments
 (0)