From: Andrew Dolgov Date: Fri, 31 Jul 2015 10:42:39 +0000 (+0300) Subject: update shorten_expanded to allow other JS hooks to process article, duh X-Git-Tag: 16.3~196^2~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6fd79b12a55eb2fa7f156650a7734b209cb2c6f5;p=tt-rss.git update shorten_expanded to allow other JS hooks to process article, duh --- diff --git a/plugins/shorten_expanded/init.js b/plugins/shorten_expanded/init.js index 4d80f840..5e9e84ae 100644 --- a/plugins/shorten_expanded/init.js +++ b/plugins/shorten_expanded/init.js @@ -41,5 +41,7 @@ dojo.addOnLoad(function() { } }, 150); } + + return true; }); });