mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 02:58:57 -05:00
Favorites: fix not all items could be added to favorites
This commit is contained in:
@@ -16,4 +16,5 @@ $(function(){
|
||||
$(this).find('span').append('<i class="fa fa-heart favo" title="_(Add to favorites)_" onclick="addPage("'+page+'");return false"></i>');
|
||||
$(this).hover(function(){$(this).find('i.favo').show();},function(){$(this).find('i.favo').hide();});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user