Switched to unpkg.com as a CDN for tablesort

This commit is contained in:
squidfunk 2022-04-04 09:46:22 +02:00
parent b11a4741c3
commit e1577e6748
2 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ loading] via [additional JavaScript]:
``` yaml ``` yaml
extra_javascript: extra_javascript:
- https://unpkg.com/browse/tablesort@5.3.0/dist/tablesort.min.js - https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js - javascripts/tablesort.js
``` ```
@ -175,7 +175,7 @@ Note that [tablesort] provides alternative comparison implementations like
numbers, filesizes, dates and month names. See the [tablesort documentation] numbers, filesizes, dates and month names. See the [tablesort documentation]
[tablesort] for more information. [tablesort] for more information.
<script src="https://unpkg.com/browse/tablesort@5.3.0/dist/tablesort.min.js"></script> <script src="https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js"></script>
<script> <script>
var tables = document.querySelectorAll("article table") var tables = document.querySelectorAll("article table")
new Tablesort(tables.item(tables.length - 1)); new Tablesort(tables.item(tables.length - 1));

View File

@ -264,7 +264,7 @@ removed during the build process.
``` { .sh id="example" } ``` { .sh id="example" }
. .
└─ assets/externals/ └─ assets/externals/
├─ unpkg.com/browse/tablesort@5.3.0/dist/tablesort.min.js ├─ unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
├─ fonts.googleapis.com/css ├─ fonts.googleapis.com/css
├─ fonts.gstatic.com/s/ ├─ fonts.gstatic.com/s/
│ ├─ roboto/v29/ │ ├─ roboto/v29/