Skip to content

Commit

Permalink
Replace href="#" with "javascript:;" (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIC-BV authored Jun 7, 2023
1 parent 600c9ef commit 0167de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ If translated, the text above will appear as whatever language is selected by th

<p>
Switch language to:
<a href="#" data-request="onSwitchLocale" data-request-data="locale: 'en'">English</a>,
<a href="#" data-request="onSwitchLocale" data-request-data="locale: 'ru'">Russian</a>
<a href="javascript:;" data-request="onSwitchLocale" data-request-data="locale: 'en'">English</a>,
<a href="javascript:;" data-request="onSwitchLocale" data-request-data="locale: 'ru'">Russian</a>
</p>

## Message translation
Expand Down

0 comments on commit 0167de3

Please sign in to comment.