Browse Source

Changement de hash plus standard

https://github.com/marienfressinaud/FreshRSS/pull/340
Alexandre Alapetite 12 years ago
parent
commit
b243ec163a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      p/scripts/main.js

+ 1 - 1
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');
 	}
 }