diff --git a/src/js/yunohost/events.js b/src/js/yunohost/events.js index 2f4cd258..8b9abb4c 100644 --- a/src/js/yunohost/events.js +++ b/src/js/yunohost/events.js @@ -57,7 +57,7 @@ ' ('+y18n.t('read_more')+')'; c.flash('warning', warning); // Store viewed item - viewedItems.push(item.guid);i + viewedItems.push(item.guid); } }); // Saved viewed items to cookie