fix theme switcher script url
This commit is contained in:
@ -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)] }
|
||||||
|
|||||||
Reference in New Issue
Block a user