Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
8494e266
Commit
8494e266
authored
Jan 08, 2018
by
Karl Hasselbring
Browse files
Titel ist jetzt wieder verlinkt
parent
28753dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/js/quicktips.js
View file @
8494e266
...
...
@@ -29,7 +29,7 @@ function getQuicktips (search, locale, blacklist, loadedHandler) {
type
:
$
(
this
).
children
(
'
mg
\\
:type
'
).
text
(),
title
:
$
(
this
).
children
(
'
title
'
).
text
(),
summary
:
$
(
this
).
children
(
'
content
'
).
text
(),
url
:
$
(
this
).
children
(
'
link
'
).
text
(
),
url
:
$
(
this
).
children
(
'
link
'
).
attr
(
"
href
"
),
gefVon
:
$
(
this
).
children
(
'
mg
\\
:gefVon
'
).
text
(),
score
:
$
(
this
).
children
(
'
relevance
\\
:score
'
).
text
(),
details
:
$
(
this
).
children
(
'
mg
\\
:details
'
).
children
(
'
entry
'
).
map
(
function
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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