Fixes for Firefox

9601a34a6c
https://github.com/LinkStackOrg/LinkStack/issues/410
This commit is contained in:
Julian Prieber 2023-05-10 17:15:35 +02:00
parent 9601a34a6c
commit e9f0a38af8

View File

@ -259,7 +259,7 @@ function get_operating_system() {
<span class="copy-icon" tabindex="0" role="button" aria-label="Copy URL to clipboard"> <span class="copy-icon" tabindex="0" role="button" aria-label="Copy URL to clipboard">
</span> </span>
@else @else
<span class="copy-icon" tabindex="0" role="button" aria-label="Copy URL to clipboard"> <span class="copy-icon" role="button" aria-label="Share this page">
<div onclick="alert('URL has been copied to your clipboard!')" align="right" class="sharediv"> <div onclick="alert('URL has been copied to your clipboard!')" align="right" class="sharediv">
<div> <div>
<a class="sharebutton button-hover icon-hover" tabindex="0" role="button" aria-label="Share this page"> <a class="sharebutton button-hover icon-hover" tabindex="0" role="button" aria-label="Share this page">
@ -270,6 +270,7 @@ function get_operating_system() {
</div> </div>
</span> </span>
@endif @endif
<script>{!! file_get_contents(base_path("assets/linkstack/js/share.button.js")) !!}</script> <script>{!! file_get_contents(base_path("assets/linkstack/js/share.button.js")) !!}</script>
@endif @endif