diff options
| author | 2014-01-03 15:22:37 +0100 | |
|---|---|---|
| committer | 2014-01-03 15:22:37 +0100 | |
| commit | b243ec163a41642307a8ed637b9c0021dfbe1cdf (patch) | |
| tree | 7ce2f3290c288c76bcc243a8757b4356490ce7a5 /p/scripts | |
| parent | 69c70070a5b4954f8ef2bffc068c473a08a7b2c2 (diff) | |
Changement de hash plus standard
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 dbd484473..1a41dac9c 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('./#' + share.attr('id')); + window.location.hash = share.attr('id'); } } |
