Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Historiana
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Paul Jongsma
Historiana
Commits
aeaa003f
Unverified
Commit
aeaa003f
authored
Oct 19, 2020
by
Paul Jongsma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup various lint issues
parent
383696aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
src/tags/Card.vue
src/tags/Card.vue
+9
-10
No files found.
src/tags/Card.vue
View file @
aeaa003f
...
...
@@ -516,7 +516,6 @@
</
template
>
<
script
>
import
{
API
}
from
'
../tic
'
;
import
Confirm
from
'
../tags/Confirm
'
;
import
tic
from
'
../tic
'
;
import
hiPartnerSelect
from
'
../components/hiPartnerSelect
'
;
import
hiCopyright
from
'
../components/hiCopyright
'
;
...
...
@@ -769,16 +768,16 @@ export default {
},
components
:
{
Confirm
,
hiPartnerSelect
,
hiCopyright
},
computed
:
{
...
mapGetters
(
'
user
'
,
[
'
loginUuid
'
,
'
isAuthenticated
'
]),
ts
(
t
)
{
if
(
this
.
item
&&
this
.
item
.
activity
)
ts
()
{
if
(
this
.
item
&&
this
.
item
.
activity
)
{
return
tic
.
theDate
(
this
.
item
.
activity
.
created
);
}
return
null
;
}
},
...
...
@@ -821,8 +820,8 @@ export default {
// user clicked on the info (meta) button
// not used?
showMeMeta
(
uuid
)
{
console
.
log
(
'
meta:
'
,
this
.
meta
);
showMeMeta
()
{
//
console.log('meta: ', this.meta);
this
.
showMetaInfo
=
!
this
.
showMetaInfo
;
},
...
...
@@ -877,7 +876,7 @@ export default {
//this.isChanged = true
this
.
$emit
(
'
change
'
);
},
partnerUpdate
(
p
)
{
partnerUpdate
()
{
console
.
log
(
'
partner update in card
'
);
this
.
$emit
(
'
change
'
);
},
...
...
@@ -893,7 +892,7 @@ export default {
url
:
url
,
info
:
item
,
partner
:
'
eu
'
}).
then
(
r
=>
{
}).
then
(
()
=>
{
vm
.
$q
.
dialog
({
title
:
'
Done
'
,
message
:
'
Successfully added to your MyHistoriana Sources.
'
...
...
@@ -952,7 +951,7 @@ export default {
duplicateCard
(
e
)
{
this
.
$emit
(
'
xduplicateCard
'
,
e
);
},
showSharing
(
e
)
{
showSharing
()
{
this
.
$emit
(
'
goShowSharing
'
);
},
...
...
@@ -974,7 +973,7 @@ export default {
});
},
confirmAddMH
(
item
,
index
)
{
confirmAddMH
(
item
)
{
// USER CLICKED ON ADD TO MY HISTORIANA
if
(
this
.
$store
.
getters
[
'
user/isAuthenticated
'
])
{
...
...
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