diff --git a/ckanext/datagovtheme/fanstatic_library/scripts/popular.js b/ckanext/datagovtheme/fanstatic_library/scripts/popular.js index b7483c78..5c02a985 100644 --- a/ckanext/datagovtheme/fanstatic_library/scripts/popular.js +++ b/ckanext/datagovtheme/fanstatic_library/scripts/popular.js @@ -17,7 +17,7 @@ jQuery(function ($) { if (val['recent'] >= 10) { $(this).find('span.recent-views').css('visibility', 'visible'); }else{ - $(this).find('span.recent-views').css('display', 'hidden'); + $(this).find('span.recent-views').css('display', 'none'); } } });