fix: Remove mix from trianglify.js (#1166)

This commit is contained in:
Attila Kerekes 2023-05-26 13:36:07 +02:00 committed by GitHub
parent 6e954a355d
commit 7d016cdaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
<script src="{{ asset('js/jquery.min.js') }}"></script>
<script src="{{ asset(mix('js/app.js')) }}"></script>
@if($trianglify == 'true')
<script src="{{ asset(mix('js/trianglify.js')) }}"></script>
<script src="{{ asset('js/trianglify.js') }}"></script>
<script>
function addTriangleTo(target) {
var dimensions = target.getClientRects()[0];

File diff suppressed because one or more lines are too long