From 0c8ec38ddab31f16f4c51a66860b234fb951b218 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Sun, 6 Jul 2014 19:13:30 +0200 Subject: [PATCH] don't scrollIntoView on expanding comments A regression introduced in 94ee6a69 --- isso/js/app/isso.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/isso/js/app/isso.js b/isso/js/app/isso.js index b00e1cc..4312d45 100644 --- a/isso/js/app/isso.js +++ b/isso/js/app/isso.js @@ -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);