Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
d7c05eed
Commit
d7c05eed
authored
Feb 22, 2021
by
schneider210
Browse files
fix: remove colon and entrypoint
parent
29edf1b5
Pipeline
#175386
passed with stages
in 2 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/metadata.vue
View file @
d7c05eed
...
...
@@ -17,7 +17,7 @@
overline
class=
"text-uppercase"
>
{{
mCollection
.
id
}}
:
{{
mCollection
.
id
}}
</q-item-label>
<q-item-label>
...
...
@@ -50,7 +50,7 @@
overline
class=
"text-uppercase"
>
{{
mManifest
.
id
}}
:
{{
mManifest
.
id
}}
</q-item-label>
<q-item-label>
...
...
@@ -72,7 +72,7 @@
overline
class=
"text-uppercase"
>
{{
meta
.
key
}}
:
{{
meta
.
key
}}
</q-item-label>
<q-item-label>
{{
meta
.
value
}}
</q-item-label>
...
...
@@ -107,7 +107,7 @@
overline
class=
"text-uppercase"
>
{{
mItem
.
id
}}
:
{{
mItem
.
id
}}
</q-item-label>
<q-item-label>
...
...
@@ -183,7 +183,7 @@ export default {
{
id
:
'
Language
'
,
data
:
this
.
item
.
lang
[
0
]
},
);
}
if
(
this
.
item
.
image
)
{
if
(
this
.
item
.
image
&&
this
.
item
.
image
.
license
)
{
metadata
.
push
(
{
id
:
'
Image License
'
,
data
:
this
.
item
.
image
.
license
.
id
},
{
id
:
'
Image Notes
'
,
data
:
this
.
item
.
image
.
license
.
notes
},
...
...
src/index.template.html
View file @
d7c05eed
...
...
@@ -31,7 +31,7 @@
-->
<script
id=
"tido-config"
type=
"application/json"
>
{
"
entrypoint
"
:
"
https://ahikar-dev.sub.uni-goettingen.de/api/textapi/ahikar/arabic-karshuni/collection.json
"
,
"
entrypoint
"
:
""
,
"
colors
"
:
{
"
primary
"
:
""
,
"
secondary
"
:
""
,
...
...
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