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; }); });