bitbull-team / magento2-module-newsletterpopup

A newsletter subscribing form that appears after a certain number of seconds.
23 stars 5 forks source link

Breaks in 2.2.3 #4

Open peterjaap opened 6 years ago

peterjaap commented 6 years ago

Getting this error;

Uncaught Error: no such method 'openModal' for modal widget instance

Fixed it by replacing; html.modal('openModal'); with; popup.openModal();

It looks to me this is backwards compatible too.

lorenaramonda commented 6 years ago

Thanks for your feedback, we'll check as soon as possible! 😰