// Fix Mark as favorite not updated

This commit is contained in:
Jerome Nadaud
2013-10-07 11:03:03 +02:00
parent 46fef35348
commit a1f5455d07
2 changed files with 1 additions and 5 deletions
@@ -348,7 +348,7 @@
// res.status = cache or refresh
if (data == 'OK')
{
el.parent('div').find('.toggle_favorite').toggle();
el.parent('li').find('.toggle_favorite').toggle();
}
},