We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there, javascript was throwing me an error everytime a dialog was opened.
Uncaught Error: cannot call methods on dialog prior to initialization; attempted to call method 'open'
I tried to fix it but I'm not sure if it's the right way to do it.
What I did was I moved line 1511 in core.js
WPOS.initApp();
to the end of the function it's in, after all the dialog initialization.
Any help would be appreciated, thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello there, javascript was throwing me an error everytime a dialog was opened.
I tried to fix it but I'm not sure if it's the right way to do it.
What I did was I moved line 1511 in core.js
to the end of the function it's in, after all the dialog initialization.
Any help would be appreciated, thanks in advance!
The text was updated successfully, but these errors were encountered: