1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:15:55 +00:00

update shorten_expanded to allow other JS hooks to process article, duh

This commit is contained in:
Andrew Dolgov
2015-07-31 13:42:39 +03:00
parent 1dbc8d6062
commit 6fd79b12a5

View File

@@ -41,5 +41,7 @@ dojo.addOnLoad(function() {
} }
}, 150); }, 150);
} }
return true;
}); });
}); });