You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
Could this code : var useGetInstance = window.bootstrap && window.bootstrap.Popover && window.bootstrap.Popover.getInstance
be changed by var useGetInstance = window.Popover && window.Popover.getInstance || window.bootstrap && window.bootstrap.Popover && window.bootstrap.Popover.getInstance
And this.popoverTarget.popover be changed .
Today the plugin is compatible with bootsrtrap 5 only by including all bootstrap 5 in the code
The text was updated successfully, but these errors were encountered:
Could this code :
var useGetInstance = window.bootstrap && window.bootstrap.Popover && window.bootstrap.Popover.getInstance
be changed by
var useGetInstance = window.Popover && window.Popover.getInstance || window.bootstrap && window.bootstrap.Popover && window.bootstrap.Popover.getInstance
And
this.popoverTarget.popover
be changed .Today the plugin is compatible with bootsrtrap 5 only by including all bootstrap 5 in the code
The text was updated successfully, but these errors were encountered: