]> git.wh0rd.org - tt-rss.git/commitdiff
update shorten_expanded to allow other JS hooks to process article, duh
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Fri, 31 Jul 2015 10:42:39 +0000 (13:42 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Fri, 31 Jul 2015 10:42:39 +0000 (13:42 +0300)
plugins/shorten_expanded/init.js

index 4d80f840725ff06b0c9adf6886e4ff4daa15a01c..5e9e84aec56ff2d0cc2927b477da556ce92ae178 100644 (file)
@@ -41,5 +41,7 @@ dojo.addOnLoad(function() {
                                }
                        }, 150);
                }
+
+               return true;
        });
 });