update post has in address bar, #1126

v1.18.x
Baris Soner Usakli 12 years ago
parent 7c1a46f25d
commit 4b1c8150d3

@ -1023,6 +1023,7 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
localStorage.removeItem("topic:" + templates.get('topic_id') + ":bookmark"); localStorage.removeItem("topic:" + templates.get('topic_id') + ":bookmark");
} else { } else {
localStorage.setItem("topic:" + templates.get('topic_id') + ":bookmark", el.attr('data-pid')); localStorage.setItem("topic:" + templates.get('topic_id') + ":bookmark", el.attr('data-pid'));
window.location.hash = el.attr('data-pid');
} }
return false; return false;
} }

Loading…
Cancel
Save