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
4083881f
Commit
4083881f
authored
May 18, 2022
by
Henrik Askjer
Browse files
add missing curly bracket
parent
d9375691
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/DictionaryView.vue
View file @
4083881f
...
...
@@ -624,7 +624,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