mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-18 16:38:19 +02:00
14 lines
No EOL
488 B
JavaScript
14 lines
No EOL
488 B
JavaScript
/* global coreui */
|
|
|
|
/**
|
|
* --------------------------------------------------------------------------
|
|
* CoreUI Free Boostrap Admin Template (v4.2.2): tooltips.js
|
|
* Licensed under MIT (https://coreui.io/license)
|
|
* --------------------------------------------------------------------------
|
|
*/
|
|
|
|
for (const element of document.querySelectorAll('[data-coreui-toggle="tooltip"]')) {
|
|
// eslint-disable-next-line no-new
|
|
new coreui.Tooltip(element);
|
|
}
|
|
//# sourceMappingURL=tooltips.js.map
|