Skip to content
Snippets Groups Projects
Commit 3d6bd17e authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Merge branch 'prod' of git.app.uib.no:spraksamlingane/beta.ordbok.uib.no into dev

parents 57dd364f ed247c9f
No related branches found
No related tags found
No related merge requests found
<template> <template>
<div class="article_footer"> <div class="article_footer">
<v-snackbar center left light <v-snackbar center left light
tile tile
v-model='copy_popup' v-model='copy_popup'
timeout="2000"> timeout="2000">
<span class="text-center">{{what_copied}} er kopiert til utklippstavla</span> <span class="text-center">{{what_copied}} er kopiert til utklippstavla</span>
<template v-slot:action="{ attrs }"> <template v-slot:action="{ attrs }">
<v-btn <v-btn
...@@ -116,7 +116,7 @@ export default { ...@@ -116,7 +116,7 @@ export default {
}, },
copy_citation() { copy_citation() {
let citation = document.getElementById("citation").textContent; let citation = document.getElementById("citation").textContent;
navigator.clipboard.writeText(citation) navigator.clipboard.writeText(citation)
this.citation_dialog = false this.citation_dialog = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment