mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-22 02:18:18 +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): 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
|