From 6fd79b12a55eb2fa7f156650a7734b209cb2c6f5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Jul 2015 13:42:39 +0300 Subject: update shorten_expanded to allow other JS hooks to process article, duh --- plugins/shorten_expanded/init.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/shorten_expanded/init.js') diff --git a/plugins/shorten_expanded/init.js b/plugins/shorten_expanded/init.js index 4d80f8407..5e9e84aec 100644 --- a/plugins/shorten_expanded/init.js +++ b/plugins/shorten_expanded/init.js @@ -41,5 +41,7 @@ dojo.addOnLoad(function() { } }, 150); } + + return true; }); }); -- cgit v1.2.3