]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Use HTTPS instead of HTTP for URLs supporting it
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Sun, 16 Dec 2018 10:58:29 +0000 (11:58 +0100)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 17 Dec 2018 06:50:02 +0000 (07:50 +0100)
commit52b9793ba0c5155e599b5e03e1d66638ad68de04
tree7c49b4735dbc3e97dae2cdcad9b688c9258a2b8e
parent2388eeaf38ff3f3209d1560f773e36386ededaf9
Use HTTPS instead of HTTP for URLs supporting it
19 files changed:
.editorconfig
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
MAINTAINING.md
README.md
composer.json
docs/developers/README.md
samples/charts/scatter/basic.html
samples/index.html
src/core/core.helpers.js
src/helpers/helpers.core.js
src/platforms/platform.dom.js
src/scales/scale.linearbase.js
src/scales/scale.time.js
test/.eslintrc.yml
test/context.js
test/specs/core.layouts.tests.js
test/specs/plugin.legend.tests.js
test/utils.js