diff --git a/emhttp/plugins/dynamix/Favorites.page b/emhttp/plugins/dynamix/Favorites.page index 9e4c647de..d45358e6d 100644 --- a/emhttp/plugins/dynamix/Favorites.page +++ b/emhttp/plugins/dynamix/Favorites.page @@ -11,7 +11,7 @@ function delPage(page) { $(function(){ $('div.Panel').each(function(){ var page = $(this).find('a').prop('href').split('/').pop(); - $(this).find('span').append(''); + $(this).find('span').append(''); $(this).hover(function(){$(this).find('i.favo').show();},function(){$(this).find('i.favo').hide();}); }); $.post('/webGui/include/MyFavorites.php',{action:'clear'},function(){if ($('div.Panel').length==0) $('#nofavs').show();});