mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-09 16:48:51 +01:00
Fixes for Firefox
9601a34a6c
https://github.com/LinkStackOrg/LinkStack/issues/410
This commit is contained in:
parent
9601a34a6c
commit
e9f0a38af8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user