Skip to content

Popover's content function is executed twice #12563

@danieldean44

Description

@danieldean44

When using the content function for a popover, it seems to be executed twice when the trigger occurs.

$("#blah").popover({
                    placement: 'bottom',
                    trigger: 'click',
                    content: function () {
                        console.log("Get content");
                        return "Hi";
                    }
                });

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions