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

cdmExpandArticle: bail out if id not present in buffer (closes #628)

This commit is contained in:
Andrew Dolgov
2013-03-25 11:56:48 +04:00
parent d2888e8832
commit 0b0822c2f1

View File

@@ -1374,6 +1374,8 @@ function cdmExpandArticle(id) {
try {
console.log("cdmExpandArticle " + id);
if (!$("RROW-" + id)) return false;
hideAuxDlg();
var elem = $("CICD-" + getActiveArticleId());