Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Språksamlingane
beta.ordbok.uib.no
Commits
547ae8c3
Commit
547ae8c3
authored
May 18, 2022
by
Henrik Askjer
Browse files
concatenate from and to
parent
45446e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/DictionaryView.vue
View file @
547ae8c3
...
...
@@ -623,7 +623,7 @@ export default {
let
lang
=
this
.
previous
.
params
.
lang
let
from
=
this
.
previous
.
query
.
q
let
to
=
word
this
.
$plausible
.
trackEvent
(
'
similar link
'
,
{
props
:
{
lang
,
from
,
to
,
words
:
{
from
,
to
}}
}
)
this
.
$plausible
.
trackEvent
(
'
similar link
'
,
{
props
:
{
lang
,
from
,
to
,
words
:
from
+
"
=>
"
+
to
}}
)
this
.
event
=
null
navigate_to_query
(
this
,
this
.
queryString
)
}
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment