Revert "update post has in address bar, #1126"

This reverts commit 4b1c8150d3.
v1.18.x
Julian Lam 11 years ago
parent 4b1c8150d3
commit e3ec4e938a

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

Loading…
Cancel
Save