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
3a792b29
Commit
3a792b29
authored
Nov 07, 2017
by
Karl Hasselbring
Browse files
Fixed: gefVon steht wieder bei quicktips
parent
5150f355
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/js/scriptResultPage.js
View file @
3a792b29
...
...
@@ -594,7 +594,7 @@ function getQuicktips (search, locale, blacklist, loadedHandler) {
title
:
$
(
this
).
children
(
'
title
'
).
text
(),
summary
:
$
(
this
).
children
(
'
content
'
).
text
(),
url
:
$
(
this
).
children
(
'
link
'
).
text
(),
gefVon
:
$
(
this
).
children
(
'
gefVon
'
).
text
(),
gefVon
:
$
(
this
).
children
(
'
mg
\\
:
gefVon
'
).
text
(),
score
:
$
(
this
).
children
(
'
relevance
\\
:score
'
).
text
(),
details
:
$
(
this
).
children
(
'
mg
\\
:details
'
).
children
(
'
entry
'
).
map
(
function
()
{
return
{
...
...
resources/assets/less/metager/result-page.less
View file @
3a792b29
...
...
@@ -694,6 +694,7 @@ a {
}
}
.gefVon {
float: right;
font-size: 14px;
}
&[type=spruch] {
...
...
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