Skip to content

Commit

Permalink
fix: Cleanedf up old copy js
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Aug 20, 2024
1 parent 9de32e5 commit 2cad40c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,5 @@ class="text-primary-600 hover:text-primary-800 dark:text-primary-400 dark:hover:
</div>
</div>
</footer>
<script>
document.addEventListener('livewire:navigated', function () {
new ClipboardJS('.btn');
document.getElementById('copyButton').addEventListener('click', function () {
document.getElementById('copiedIcon').classList.remove('hidden');
document.getElementById('copyIcon').classList.add('hidden');
});
});
</script>
</body>
</html>

0 comments on commit 2cad40c

Please sign in to comment.