]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/shorten_expanded/init.js
update shorten_expanded to allow other JS hooks to process article, duh
[tt-rss.git] / plugins / shorten_expanded / init.js
index 4d80f840725ff06b0c9adf6886e4ff4daa15a01c..5e9e84aec56ff2d0cc2927b477da556ce92ae178 100644 (file)
@@ -41,5 +41,7 @@ dojo.addOnLoad(function() {
                                }
                        }, 150);
                }
+
+               return true;
        });
 });