mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] weird dandling unused variable
This commit is contained in:
parent
de6f6f6d4c
commit
fae79926c1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
' (<a href="'+ item.url +'" class="alert-link" target="_blank">'+y18n.t('read_more')+'</a>)';
|
||||
c.flash('warning', warning);
|
||||
// Store viewed item
|
||||
viewedItems.push(item.guid);i
|
||||
viewedItems.push(item.guid);
|
||||
}
|
||||
});
|
||||
// Saved viewed items to cookie
|
||||
|
|
Loading…
Add table
Reference in a new issue