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>
@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>
<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>
</span>
@endif
<script>{!! file_get_contents(base_path("assets/linkstack/js/share.button.js")) !!}</script>
@endif