From 7b57ecc9f06f7ccea097e2f72487260c6618ba89 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 17 Apr 2014 18:15:53 +0200 Subject: Fix: Cannot open link from article header https://github.com/marienfressinaud/FreshRSS/issues/490 --- p/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/scripts') diff --git a/p/scripts/main.js b/p/scripts/main.js index a7cccc871..7d1864b42 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -581,7 +581,7 @@ function init_shortcuts() { }); shortcut.add(shortcuts.go_website, function () { - var url_website = $(".flux.current .link a").attr("href"); + var url_website = $('.flux.current > .flux_header > .title > a').attr("href"); if (auto_mark_site) { $(".flux.current").each(function () { -- cgit v1.2.3