From 7adbc95acc4b2677be3a1d830c69b892f77d2465 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 13 May 2020 06:51:46 +0300 Subject: remove floating title, use position: sticky for cdm headers instead --- js/Article.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/Article.js') diff --git a/js/Article.js b/js/Article.js index 9a6a69c68..d44115139 100644 --- a/js/Article.js +++ b/js/Article.js @@ -319,8 +319,6 @@ define(["dojo/_base/declare"], function (declare) { } ctr.scrollTop = e.offsetTop; - - Element.hide("floatingTitle"); } }, setActive: function (id) { -- cgit v1.2.3-54-g00ecf