Skip to content

Commit e9f0a38

Browse files
committed
Fixes for Firefox
9601a34 #410
1 parent 9601a34 commit e9f0a38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/littlelink.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function get_operating_system() {
259259
<span class="copy-icon" tabindex="0" role="button" aria-label="Copy URL to clipboard">
260260
</span>
261261
@else
262-
<span class="copy-icon" tabindex="0" role="button" aria-label="Copy URL to clipboard">
262+
<span class="copy-icon" role="button" aria-label="Share this page">
263263
<div onclick="alert('URL has been copied to your clipboard!')" align="right" class="sharediv">
264264
<div>
265265
<a class="sharebutton button-hover icon-hover" tabindex="0" role="button" aria-label="Share this page">
@@ -270,6 +270,7 @@ function get_operating_system() {
270270
</div>
271271
</span>
272272
@endif
273+
273274
<script>{!! file_get_contents(base_path("assets/linkstack/js/share.button.js")) !!}</script>
274275

275276
@endif

0 commit comments

Comments
 (0)