don't scrollIntoView on expanding comments

A regression introduced in 94ee6a69
pull/109/head
Martin Zimmermann 10 years ago
parent 9674afbeed
commit 0c8ec38dda

@ -89,10 +89,6 @@ define(["app/dom", "app/utils", "app/config", "app/api", "app/jade", "app/i18n",
if(rv.hidden_replies > 0) {
insert_loader(rv, lastcreated);
}
if (window.location.hash.length > 0) {
$(window.location.hash).scrollIntoView();
}
},
function(err) {
console.log(err);

Loading…
Cancel
Save