Skip to content

Issue with Popover JavaScript #77

@TotoroToffee

Description

@TotoroToffee

In both the Pretty JS and Minified JS for the popover macro. In the Pretty JS it's in
Line #44: if ($('ui-overlay').hasClass('popover')) {
There should be a hashtag symbol before ui-overlay
The revised code: if ($('#ui-overlay').hasClass('popover')) {

Also, the Dialog.setup() method has been deprecated.

I'm sorry if this isn't in correct format this is my first time writing an issue. Thank you so much for making these macros they've been insanely helpful :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions