fix
This commit is contained in:
parent
472ed0753d
commit
e74efc4e76
1 changed files with 47 additions and 49 deletions
|
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@livewireScripts
|
@livewireScripts
|
||||||
@auth
|
|
||||||
<x-toaster-hub />
|
<x-toaster-hub />
|
||||||
<x-version class="fixed left-2 bottom-1" />
|
<x-version class="fixed left-2 bottom-1" />
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -78,7 +77,6 @@ function copyToClipboard(text) {
|
||||||
if (message) Toaster.success(message)
|
if (message) Toaster.success(message)
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
@endauth
|
|
||||||
</body>
|
</body>
|
||||||
@show
|
@show
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue