summaryrefslogtreecommitdiff
path: root/js/Article.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-05-13 06:51:46 +0300
committerAndrew Dolgov <[email protected]>2020-05-13 06:51:46 +0300
commit7adbc95acc4b2677be3a1d830c69b892f77d2465 (patch)
treea6219e0ba8a0a0f43a24aee7b1cc1f593390f8cf /js/Article.js
parentc275a0cd33bb7cb17d8728c21a735abce7c36e79 (diff)
remove floating title, use position: sticky for cdm headers instead
Diffstat (limited to 'js/Article.js')
-rw-r--r--js/Article.js2
1 files changed, 0 insertions, 2 deletions
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) {