summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 10:12:01 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 10:12:01 +0300
commit7b0f4f1e46086968a9824e2c3614a4a4b192ca08 (patch)
tree646602c20d873ca1441c726925258aaf73fc188c /js/Headlines.js
parent7a276f9898aeaf93e6486d077e2936fd77983d39 (diff)
updateFloatingTitle: marginRight correction no longer needed
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index e0274c526..2b33ed396 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -201,7 +201,7 @@ define(["dojo/_base/declare"], function (declare) {
PluginHost.run(PluginHost.HOOK_FLOATING_TITLE, row);
}
- ft.style.marginRight = hf.offsetWidth - row.offsetWidth + "px";
+ //ft.style.marginRight = hf.offsetWidth - row.offsetWidth + "px";
/* if (header.offsetTop + header.offsetHeight < hf.scrollTop + ft.offsetHeight - 5 &&
row.offsetTop + row.offsetHeight >= hf.scrollTop + ft.offsetHeight - 5)