Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Fixes copy requests on mobile view not working
Browse files Browse the repository at this point in the history
  • Loading branch information
maechler committed Aug 13, 2015
1 parent a6ff12d commit 5a7ce39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (isset($item['locationMap']) && $item['locationMap']) {
<table class="table table-flipped holdings-holding holdingTable <?= ($showInAllViewPorts ? '' : 'hidden-md hidden-lg ') . 'table-' . ($even ? 'even' : 'odd') ?>">
<tbody>
<?
$holdingActionsContent = $this->holdingActions($item, 'holdingActionsItem');
$holdingActionsContent = $this->holdingActions($item, 'holdingActionsItem', $record);
if (preg_match('/[\s\S]*<ul[\s\S]*<\/ul>[\s\S]*/', $holdingActionsContent)): ?>
<tr>
<th><?= isset($headers['action']) ? $headers['action'] : '' ?></th>
Expand Down

0 comments on commit 5a7ce39

Please sign in to comment.