From 10cc11163948a0a7b795147897fb654fee74e3eb Mon Sep 17 00:00:00 2001 From: jsDelivr Bot Date: Sun, 9 Dec 2018 07:14:32 +0100 Subject: [PATCH] Replace RawGit with jsDelivr --- README.md | 2 +- docs/_includes/scripts.html | 2 +- docs/_posts/1001-02-01-code.md | 2 +- docs/_site/1001/02/01/code.html | 2 +- docs/_site/index.html | 4 ++-- docs/examples/custom-fields-length.html | 2 +- docs/examples/data-remote-server.html | 2 +- docs/examples/enabled-checkboxes.html | 2 +- docs/examples/fetch-selected-rows.html | 2 +- docs/examples/get-data-from-remote-server.html | 2 +- docs/examples/get-randomised-data.html | 2 +- docs/examples/hook-on-row-selected.html | 2 +- docs/examples/local_provider-jsonpath_root-custom_fields.html | 2 +- .../provider-custom_fields-chckboxes-fetch_selected.html | 2 +- docs/examples/quickly-start.html | 2 +- docs/examples/real-application.html | 2 +- docs/examples/try-it-yourself.html | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index dab7fd3..f682541 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See demo with examples here https://deepidea.github.io/brisk-table/ data-url="https://raw.githubusercontent.com/deepidea/brisk-table/master/json-server-db/db.json" data-json-path="$..simpledata" > - + ``` diff --git a/docs/_includes/scripts.html b/docs/_includes/scripts.html index d01b5ad..a4a19b2 100644 --- a/docs/_includes/scripts.html +++ b/docs/_includes/scripts.html @@ -88,4 +88,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/_posts/1001-02-01-code.md b/docs/_posts/1001-02-01-code.md index e8b8532..ffde438 100644 --- a/docs/_posts/1001-02-01-code.md +++ b/docs/_posts/1001-02-01-code.md @@ -31,6 +31,6 @@ layout: post data-provider-function="dataProviderFunction" data-json-path="$" > - + ``` \ No newline at end of file diff --git a/docs/_site/1001/02/01/code.html b/docs/_site/1001/02/01/code.html index 3fd1abf..a35f9a7 100644 --- a/docs/_site/1001/02/01/code.html +++ b/docs/_site/1001/02/01/code.html @@ -27,7 +27,7 @@ data-provider-function="dataProviderFunction" data-json-path="$" ></div> - <script src="https://rawgit.com/kupolua/json-to-table/presentation/html/json-table.js"></script> + <script src="https://cdn.jsdelivr.net/gh/kupolua/json-to-table@presentation/html/json-table.js"></script> </body> diff --git a/docs/_site/index.html b/docs/_site/index.html index 0442ad0..c4c5374 100644 --- a/docs/_site/index.html +++ b/docs/_site/index.html @@ -98,7 +98,7 @@ data-provider-function="dataProviderFunction" data-json-path="$" ></div> - <script src="https://rawgit.com/kupolua/json-to-table/presentation/html/json-table.js"></script> + <script src="https://cdn.jsdelivr.net/gh/kupolua/json-to-table@presentation/html/json-table.js"></script> </body> @@ -797,7 +797,7 @@

DeepIDEA

- + diff --git a/docs/examples/custom-fields-length.html b/docs/examples/custom-fields-length.html index 6f76163..1b1d936 100644 --- a/docs/examples/custom-fields-length.html +++ b/docs/examples/custom-fields-length.html @@ -96,6 +96,6 @@ ]' > - + diff --git a/docs/examples/data-remote-server.html b/docs/examples/data-remote-server.html index 6ee0ef4..5337b31 100644 --- a/docs/examples/data-remote-server.html +++ b/docs/examples/data-remote-server.html @@ -35,6 +35,6 @@ ]' > - + diff --git a/docs/examples/enabled-checkboxes.html b/docs/examples/enabled-checkboxes.html index d6cbb58..78756fe 100644 --- a/docs/examples/enabled-checkboxes.html +++ b/docs/examples/enabled-checkboxes.html @@ -90,6 +90,6 @@ data-provider-function="dataProviderFunction" > - + diff --git a/docs/examples/fetch-selected-rows.html b/docs/examples/fetch-selected-rows.html index 160e616..33267b3 100644 --- a/docs/examples/fetch-selected-rows.html +++ b/docs/examples/fetch-selected-rows.html @@ -101,6 +101,6 @@ data-provider-function="dataProviderFunction" > - + diff --git a/docs/examples/get-data-from-remote-server.html b/docs/examples/get-data-from-remote-server.html index df779aa..08aced8 100644 --- a/docs/examples/get-data-from-remote-server.html +++ b/docs/examples/get-data-from-remote-server.html @@ -11,7 +11,7 @@

It is simple and brisk

data-url="https://raw.githubusercontent.com/deepidea/brisk-table/master/json-server-db/db.json" data-json-path="$..simpledata" > - + diff --git a/docs/examples/get-randomised-data.html b/docs/examples/get-randomised-data.html index 5446e02..81bdefe 100644 --- a/docs/examples/get-randomised-data.html +++ b/docs/examples/get-randomised-data.html @@ -94,6 +94,6 @@ data-provider-function="dataProviderFunction" > - + diff --git a/docs/examples/hook-on-row-selected.html b/docs/examples/hook-on-row-selected.html index 9bb4d97..d846e4d 100644 --- a/docs/examples/hook-on-row-selected.html +++ b/docs/examples/hook-on-row-selected.html @@ -97,6 +97,6 @@ data-hook-on-row-selected="hookFunction" > - + diff --git a/docs/examples/local_provider-jsonpath_root-custom_fields.html b/docs/examples/local_provider-jsonpath_root-custom_fields.html index 9395b78..7a74aaa 100644 --- a/docs/examples/local_provider-jsonpath_root-custom_fields.html +++ b/docs/examples/local_provider-jsonpath_root-custom_fields.html @@ -45,7 +45,7 @@

Сreate table from local JavaScript json data

data-json-path="$..teachers" > - + diff --git a/docs/examples/provider-custom_fields-chckboxes-fetch_selected.html b/docs/examples/provider-custom_fields-chckboxes-fetch_selected.html index 89a54bb..a6c92c8 100644 --- a/docs/examples/provider-custom_fields-chckboxes-fetch_selected.html +++ b/docs/examples/provider-custom_fields-chckboxes-fetch_selected.html @@ -53,7 +53,7 @@

This is extended example!

data-column-text-length="50" data-show-checkboxes="true" > - + diff --git a/docs/examples/quickly-start.html b/docs/examples/quickly-start.html index d73dc15..011d9ec 100644 --- a/docs/examples/quickly-start.html +++ b/docs/examples/quickly-start.html @@ -36,6 +36,6 @@
- + diff --git a/docs/examples/real-application.html b/docs/examples/real-application.html index 121fb64..96ffceb 100644 --- a/docs/examples/real-application.html +++ b/docs/examples/real-application.html @@ -590,6 +590,6 @@

Teachers

- + \ No newline at end of file diff --git a/docs/examples/try-it-yourself.html b/docs/examples/try-it-yourself.html index c42f1ae..1c0314d 100644 --- a/docs/examples/try-it-yourself.html +++ b/docs/examples/try-it-yourself.html @@ -91,6 +91,6 @@ data-provider-function="dataProviderFunction" > - +