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

Merge branch '654' into 'MetaGer-Redesign'

Titel ist jetzt wieder verlinkt

See merge request !1126
parents 6998795f 61b3c2b1
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -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 () {
......
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