1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

small fixes

This commit is contained in:
codecalm
2020-02-12 21:36:11 +01:00
parent 589114f7da
commit efdcfe341b
4 changed files with 10 additions and 7 deletions

View File

@@ -8,10 +8,10 @@ import {CountUp} from "countup.js";
/**
* Dropdown
*/
// var dropdownElementList = [].slice.call(document.querySelectorAll('[data-toggle="dropdown"]'))
// dropdownElementList.map(function (dropdownToggleEl) {
// return new Dropdown(dropdownToggleEl, {})
// });
var dropdownElementList = [].slice.call(document.querySelectorAll('[data-toggle="dropdown"]'));
dropdownElementList.map(function (dropdownToggleEl) {
return new Dropdown(dropdownToggleEl, {})
});
/**
* Tooltip