shafafiyat/static/assets/js/ui-popover.js
2025-08-10 07:44:23 +03:30

1 line
No EOL
156 B
JavaScript

"use strict";[].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]')).map(function(e){return new bootstrap.Popover(e,{html:!0,sanitize:!1})});