From 61b3c2b168b8d4ede3c4afcb50c3139bd56cec7f Mon Sep 17 00:00:00 2001 From: Karl Hasselbring <Karl Hasselbring> Date: Mon, 8 Jan 2018 09:00:26 +0100 Subject: [PATCH] Titel ist jetzt wieder verlinkt --- resources/assets/js/quicktips.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/quicktips.js b/resources/assets/js/quicktips.js index d7e0887ae..7987f95b1 100644 --- a/resources/assets/js/quicktips.js +++ b/resources/assets/js/quicktips.js @@ -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 () { -- GitLab