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