Skip to content

Commit

Permalink
Hide "mobile" tab if PhotoSwipe 5 is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnowelzel committed Nov 10, 2024
1 parent 9d2e17b commit 26816ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/options-navigation.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<a href="#" id="lbwps-switch-4" class="nav-tab" onclick="lbwpsSwitchTab(4);return false;"><?php echo __('Captions', 'lightbox-photoswipe'); ?></a>
<a href="#" id="lbwps-switch-5" class="nav-tab" onclick="lbwpsSwitchTab(5);return false;"><?php echo __('Sharing', 'lightbox-photoswipe'); ?></a>
<a href="#" id="lbwps-switch-6" class="nav-tab" onclick="lbwpsSwitchTab(6);return false;"><?php echo __('Desktop', 'lightbox-photoswipe'); ?></a>
<a href="#" id="lbwps-switch-7" class="nav-tab" onclick="lbwpsSwitchTab(7);return false;"><?php echo __('Mobile', 'lightbox-photoswipe'); ?></a>
<a href="#" id="lbwps-switch-7" class="nav-tab lbwps-ver4" onclick="lbwpsSwitchTab(7);return false;"><?php echo __('Mobile', 'lightbox-photoswipe'); ?></a>
</nav>

0 comments on commit 26816ca

Please sign in to comment.