fix theme switcher script url

This commit is contained in:
Adrien MALINGREY 2024-05-06 14:49:32 +02:00
parent 320cd96a6e
commit 6c1c0daa70

View File

@ -231,7 +231,7 @@
</div> </div>
</dialog> </dialog>
<script type="module" src=."dsfr/dsfr.module.min.js"></script> <script type="module" src="dsfr/dsfr.module.min.js"></script>
<script type="text/javascript" nomodule src="dsfr/dsfr.nomodule.min.js"></script> <script type="text/javascript" nomodule src="dsfr/dsfr.nomodule.min.js"></script>
<script> <script>
Array.prototype.choice = function () { return this[Math.floor(Math.random() * this.length)] } Array.prototype.choice = function () { return this[Math.floor(Math.random() * this.length)] }