aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-06-02 16:36:57 +0000
committerMario <mario@mariovavti.com>2023-06-02 19:35:23 +0000
commit51266138250d017951b588050860872ca42367a4 (patch)
treeb19630763ef8a46d53dfeb8038832d1199054fde /vendor/twbs/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js
parent07097d2fa3cfe38a199ce4b3f9647aacc05f35e3 (diff)
downloadvolse-hubzilla-51266138250d017951b588050860872ca42367a4.tar.gz
volse-hubzilla-51266138250d017951b588050860872ca42367a4.tar.bz2
volse-hubzilla-51266138250d017951b588050860872ca42367a4.zip
update bootstrap to version 5.3
Diffstat (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js')
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js
index d190d7961..a60b39356 100644
--- a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js
+++ b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js
@@ -1,10 +1,8 @@
-/* globals Chart:false, feather:false */
+/* globals Chart:false */
(() => {
'use strict'
- feather.replace({ 'aria-hidden': 'true' })
-
// Graphs
const ctx = document.getElementById('myChart')
// eslint-disable-next-line no-unused-vars