mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 14:00:06 +02:00
Use ellipsis instead of three dots in translations
This commit is contained in:
parent
2ad0db9da9
commit
fe8448e2a4
26 changed files with 146 additions and 146 deletions
|
@ -38,9 +38,9 @@ export default {
|
|||
|
||||
jQuery(this.$el).keypress(function(e) {
|
||||
if(e.which == 13) {
|
||||
// Cancel any API search request to backend...
|
||||
// Cancel any API search request to backend…
|
||||
jQuery(this.$el).search('cancel query');
|
||||
// Go direct to the artist page...
|
||||
// Go direct to the artist page…
|
||||
router.push("/library/artists?query=" + searchQuery + "&page=1&paginateBy=25&ordering=name");
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue