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
caa40f16
Commit
caa40f16
authored
Nov 18, 2021
by
Henrik Askjer
Browse files
cleanup
parent
d1fd2db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/ArticleFooter.vue
View file @
caa40f16
...
@@ -88,7 +88,6 @@ export default {
...
@@ -88,7 +88,6 @@ export default {
})
})
},
},
create_link
()
{
create_link
()
{
console
.
log
(
host
)
return
host
+
'
/
'
+
this
.
article
.
dictionary
+
'
/
'
+
this
.
article
.
article_id
+
'
/
'
+
encodeURIComponent
(
this
.
article
.
lemmas
[
0
].
lemma
)
return
host
+
'
/
'
+
this
.
article
.
dictionary
+
'
/
'
+
this
.
article
.
article_id
+
'
/
'
+
encodeURIComponent
(
this
.
article
.
lemmas
[
0
].
lemma
)
},
},
get_citation_info
()
{
get_citation_info
()
{
...
@@ -113,8 +112,6 @@ export default {
...
@@ -113,8 +112,6 @@ export default {
navigator
.
clipboard
.
writeText
(
link
).
then
(()
=>
{
navigator
.
clipboard
.
writeText
(
link
).
then
(()
=>
{
self
.
what_copied
=
"
Lenka
"
self
.
what_copied
=
"
Lenka
"
self
.
copy_popup
=
true
self
.
copy_popup
=
true
console
.
log
(
link
)
}).
catch
(
err
=>
{
}).
catch
(
err
=>
{
console
.
log
(
"
ERROR COPYING:
"
,
err
)
console
.
log
(
"
ERROR COPYING:
"
,
err
)
})
})
...
...
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