From 4640dd934b4cfe43d67abdf05e27d279953592af Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 3 Jan 2014 14:14:42 +0100 Subject: Corrections raccourci partage https://github.com/marienfressinaud/FreshRSS/pull/340 --- 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 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')); } } -- cgit v1.2.3