mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 10:03:55 +02:00
cleanup 🧹
This commit is contained in:
parent
3d6b4c9bd8
commit
c4497f5824
1 changed files with 3 additions and 1 deletions
|
@ -344,6 +344,8 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
selectCopy: function(el) {
|
selectCopy: function(el) {
|
||||||
|
el.select();
|
||||||
|
|
||||||
if (navigator.clipboard) {
|
if (navigator.clipboard) {
|
||||||
navigator.clipboard.writeText(el.value)
|
navigator.clipboard.writeText(el.value)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
@ -654,7 +656,7 @@
|
||||||
|
|
||||||
{{-- STEP 3 --}}
|
{{-- STEP 3 --}}
|
||||||
<template x-if="step == 3">
|
<template x-if="step == 3">
|
||||||
<div x-show="step == 3">
|
<div x-show="step == 3">
|
||||||
<h2 class="font-title text-2xl mb-5 text-primary font-medium uppercase">
|
<h2 class="font-title text-2xl mb-5 text-primary font-medium uppercase">
|
||||||
@lang('app.download-links')
|
@lang('app.download-links')
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Add table
Reference in a new issue