From 76efaface36a6b43c592defc18af51002f549fd6 Mon Sep 17 00:00:00 2001 From: Karl Hasselbring Date: Mon, 8 Jan 2018 09:32:52 +0100 Subject: [PATCH] Titel Links der Quicktips sind wieder klickbar --- resources/assets/js/scriptResultPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/scriptResultPage.js b/resources/assets/js/scriptResultPage.js index 866e49bd..e319998a 100644 --- a/resources/assets/js/scriptResultPage.js +++ b/resources/assets/js/scriptResultPage.js @@ -593,7 +593,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