diff options
| author | 2014-01-03 14:14:42 +0100 | |
|---|---|---|
| committer | 2014-01-03 14:14:42 +0100 | |
| commit | 4640dd934b4cfe43d67abdf05e27d279953592af (patch) | |
| tree | 306ce1cfa2b9cd6281a6eb47bddcbc85ced52ded /p/scripts | |
| parent | c4ad9c531bbbbf49119802596949a17861510afe (diff) | |
Corrections raccourci partage
https://github.com/marienfressinaud/FreshRSS/pull/340
Diffstat (limited to 'p/scripts')
| -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 43b0384e8..dbd484473 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -223,7 +223,7 @@ function collapse_entry() { function auto_share() { var share = $(".flux.current.active").find('.dropdown-target[id^="dropdown-share"]'); if (share.length) { - window.location.replace('/i/#' + share.attr('id')); + window.location.replace('./#' + share.attr('id')); } } |
