Skip to content
Snippets Groups Projects
Commit 0a39beac authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch...

Merge branch '618-bei-der-aufklappbaren-wikipedia-kurzinfo-fehlen-copyright-link' into 'development'

Resolve "Bei der aufklappbaren Wikipedia Kurzinfo fehlen Copyright/Link"

Closes #618

See merge request !1090
parents 1112124f 7ca468de
No related branches found
No related tags found
3 merge requests!1117Development,!1090Resolve "Bei der aufklappbaren Wikipedia Kurzinfo fehlen Copyright/Link",!1082Development
......@@ -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 {
......
......@@ -694,6 +694,7 @@ a {
}
}
.gefVon {
float: right;
font-size: 14px;
}
&[type=spruch] {
......
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