aboutsummaryrefslogtreecommitdiff
path: root/p/scripts
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-03 15:22:37 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-03 15:22:37 +0100
commitb243ec163a41642307a8ed637b9c0021dfbe1cdf (patch)
tree7ce2f3290c288c76bcc243a8757b4356490ce7a5 /p/scripts
parent69c70070a5b4954f8ef2bffc068c473a08a7b2c2 (diff)
Changement de hash plus standard
https://github.com/marienfressinaud/FreshRSS/pull/340
Diffstat (limited to 'p/scripts')
-rw-r--r--p/scripts/main.js2
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');
}
}