From a2e06410c2b69d7208d4a72ecbf71957c43fcdbe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 08:13:47 +0300 Subject: shorten_expanded: call unpackVisible() because there might be new stuff from below if current is shortened --- plugins/shorten_expanded/init.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/shorten_expanded') diff --git a/plugins/shorten_expanded/init.js b/plugins/shorten_expanded/init.js index a5424ea38..577ed880e 100644 --- a/plugins/shorten_expanded/init.js +++ b/plugins/shorten_expanded/init.js @@ -32,6 +32,8 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) { c_inter.innerHTML + "" + ""; + + Headlines.unpackVisible(); } } }, 150); -- cgit v1.2.3