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
I don't know why, but the dialogue (<div class="cll">...</div) on my website is created twice. It's 2x within the DOM even it's called just once:
<div class="cll">...</div
This is how iframemanager is called: https://github.com/alexplusde/wenns_sein_muss/blob/fe5c6cd05fa547649ed234dae9eaac10af8017e0/fragments/wsm.js.php#L4-L25
It doesn't happen in the demo though.
The text was updated successfully, but these errors were encountered:
This actually occurs when you run the plugin twice.
If you executed it n times, you'd get n nested notices, each on top of each other.
Sorry, something went wrong.
Should be fixed in 1.3.0!
Feel free to re-open the issue if that's not the case.
Nice! Thank you.
No branches or pull requests
I don't know why, but the dialogue (
<div class="cll">...</div
) on my website is created twice. It's 2x within the DOM even it's called just once:This is how iframemanager is called: https://github.com/alexplusde/wenns_sein_muss/blob/fe5c6cd05fa547649ed234dae9eaac10af8017e0/fragments/wsm.js.php#L4-L25
It doesn't happen in the demo though.
The text was updated successfully, but these errors were encountered: