Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed May 2, 2024
1 parent 4f88b4c commit 668a167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class BkHeaderComponent {
doSearch(href?: string) {
const themeId = this.globalSettings.theme.themeId;
let _href = href || `https://next.obudget.org/s/?theme=${themeId}&lang=${this.globalSettings.lang}`;
this.doNavigateURL(_href, '_self');
this.doNavigateURL(_href, themeId === 'soproc' ? '_blank_' : '_self');
}

switchLang(lang: string) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
@if (externalUrlHref) {
<a class='search-box fake'
[href]='externalUrl'
target="_blank"
clickOnReturn>
<span>{{forcedPlaceholder || globalSettings.theme.searchPlaceholder}}</span>
</a>
Expand Down

0 comments on commit 668a167

Please sign in to comment.