diff options
| author | 2017-06-03 12:02:27 +0200 | |
|---|---|---|
| committer | 2017-06-03 12:02:27 +0200 | |
| commit | 8a04454655112d1c355d143166a56202c84c0a35 (patch) | |
| tree | fc0e34972b768dcc4ba27307aa01b819588bdcb2 /p | |
| parent | 167f2fb5c7a0a5ee1451b3ba62f3ab11747fd007 (diff) | |
| parent | 5f942cc1c9801eef440cd1e85e36b03c05aaa8c5 (diff) | |
Merge pull request #1564 from aledeg/open-site-shortcut
Add support for a new shortcut in reader view
Diffstat (limited to 'p')
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index e685c2109..5be7bc36b 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -664,7 +664,7 @@ function init_shortcuts() { }); shortcut.add(shortcuts.go_website, function () { - var url_website = $('.flux.current > .flux_header > .title > a').attr("href"); + var url_website = $('.flux.current a.go_website').attr("href"); if (context.auto_mark_site) { $(".flux.current").each(function () { |
