Skip to content

Commit

Permalink
More improvements to visual facets.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 4, 2024
1 parent 6b94e3d commit 05051a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions themes/bootstrap3/js/visual_facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function showVisualFacets(pivotdata) {
$('#visualResults').html('');
$('.search-result-limit').css('display', 'none');
$('.search-sort').css('display', 'none');
$('.search-stats').css('visibility', 'hidden');
$('.pagination').css('display', 'none');
$('.pagination-simple').css('display', 'none');
$('.bulkActionButtons').css('display', 'none');
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/search/list-visual.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</div>

<div id="viz-instructions">
<p><strong><a href="<?=$this->url('help-home', [], ['query' => ['topic' => 'visualization']])?>" class="visualizationHelp"><?=$this->transEsc('What am I looking at')?></a></strong></p>
<p><strong><a data-lightbox href="<?=$this->url('help-home', [], ['query' => ['topic' => 'visualization']])?>" class="visualizationHelp"><?=$this->transEsc('What am I looking at')?></a></strong></p>
</div>
</div>

0 comments on commit 05051a8

Please sign in to comment.