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 :)
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 :)