diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-05 21:44:26 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-05 21:44:26 +0300 |
| commit | f905c2a9436581f74355815a0ba0e2fad56d6c34 (patch) | |
| tree | 5c00e2b1378e4f5f4b30a8aa5463dc286ee547e7 /js/Article.js | |
| parent | 1d334b9762249c78461b3ef5d496a060d1ded78e (diff) | |
| parent | a0b1664620abb096ac21de8f2e680e383c34a0e1 (diff) | |
Merge branch 'material-icons' into weblate-integration
Diffstat (limited to 'js/Article.js')
| -rw-r--r-- | js/Article.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Article.js b/js/Article.js index f2c4007f5..507560ee4 100644 --- a/js/Article.js +++ b/js/Article.js @@ -233,7 +233,6 @@ define(["dojo/_base/declare"], function (declare) { if (force || e.offsetTop + e.offsetHeight > (ctr.scrollTop + ctr.offsetHeight) || e.offsetTop < ctr.scrollTop) { - // expanded cdm has a 4px margin now ctr.scrollTop = e.offsetTop; Element.hide("floatingTitle"); |