Changement de hash plus standard

https://github.com/marienfressinaud/FreshRSS/pull/340
pull/349/head
Alexandre Alapetite 11 years ago
parent 69c70070a5
commit b243ec163a
  1. 2
      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');
}
}

Loading…
Cancel
Save