Browse Source

Update bootstrap.enable.popovers.everywhere.js

pull/58/head
maliming 4 years ago
committed by GitHub
parent
commit
a41594c3b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/auth-server/src/EShopOnAbp.AuthServer/wwwroot/libs/bootstrap/js/bootstrap.enable.popovers.everywhere.js

2
apps/auth-server/src/EShopOnAbp.AuthServer/wwwroot/libs/bootstrap/js/bootstrap.enable.popovers.everywhere.js

@ -1,5 +1,5 @@
(function () {
[].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]').map(function (popoverTriggerEl) {
[].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]')).map(function (popoverTriggerEl) {
return new bootstrap.Popover(popoverTriggerEl)
})
})();

Loading…
Cancel
Save