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
When clicking on the settings button, a blank window pops up. Problem comes from line 405 in trelloscrum.js :
iframeObj.attr('src', "about:blank");
Commenting it solves the problem.
The text was updated successfully, but these errors were encountered:
I also have this issue. What's the easiest way to resolve it? @alixcasari did you edit the plugin file? How is that done? Thanks.
Sorry, something went wrong.
Workaround: By inspecting the element and editing the DOM I set the iframes src (that is on the modal) to src="" and that made the form show.
src=""
No branches or pull requests
When clicking on the settings button, a blank window pops up.
Problem comes from line 405 in trelloscrum.js :
iframeObj.attr('src', "about:blank");
Commenting it solves the problem.
The text was updated successfully, but these errors were encountered: