feat!: Remove Bootstrap JS

This commit is contained in:
Thomas A. Christensen II 2024-11-20 11:49:38 -06:00
parent 89523e50c8
commit 733ba62b0b
Signed by: millironx
GPG key ID: B7044A3432851F64

View file

@ -94,14 +94,6 @@
{{ $maskjs := resources.Get "scripts/phone-masking.js" | minify }} {{ $maskjs := resources.Get "scripts/phone-masking.js" | minify }}
{{ $jquerybundle := slice $jquery $jqmaskjs $maskjs | resources.Concat "js/jquery-bundle.js" }} {{ $jquerybundle := slice $jquery $jqmaskjs $maskjs | resources.Concat "js/jquery-bundle.js" }}
<script src="{{ $jquerybundle.RelPermalink }}"></script> <script src="{{ $jquerybundle.RelPermalink }}"></script>
<!-- Bootstrap -->
{{ $popperjs := resources.Get "scripts/popper/popper.min.js" }}
{{ $twbsjs := resources.Get "scripts/bootstrap/bootstrap.min.js" }}
{{ $ttjs := resources.Get "scripts/tooltip-enable.js" | minify }}
{{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" }}
<script src="{{ $bootstrapbundle.RelPermalink }}"></script>
<!-- GoatCounter --> <!-- GoatCounter -->
<script <script
data-goatcounter="https://millironx.goatcounter.com/count" data-goatcounter="https://millironx.goatcounter.com/count"