From e1577e6748048942db1a9344ac4638eb0d77121c Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 4 Apr 2022 09:46:22 +0200 Subject: [PATCH] Switched to unpkg.com as a CDN for tablesort --- docs/reference/data-tables.md | 4 ++-- docs/setup/ensuring-data-privacy.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/data-tables.md b/docs/reference/data-tables.md index 69785a5d9..8f6d83ea2 100644 --- a/docs/reference/data-tables.md +++ b/docs/reference/data-tables.md @@ -146,7 +146,7 @@ loading] via [additional JavaScript]: ``` yaml 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 ``` @@ -175,7 +175,7 @@ Note that [tablesort] provides alternative comparison implementations like numbers, filesizes, dates and month names. See the [tablesort documentation] [tablesort] for more information. - +