mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
small fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user